Codebase list live-build / 5cf4f05
Ensure xfsprogs and jfsutils are available in the ISO Otherwise users opting for XFS and JFS and installing without network won't have them and the (first) boot can be interrupted due to this. Raphaël Hertzog 10 years ago
3 changed file(s) with 34 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 live-build (3.0.5-1kali1) kali; urgency=low
1
2 * Ensure xfsprogs and jfsutils are available in the ISO. Otherwise users
3 opting for XFS and JFS and installing without network won't have them and
4 the (first) boot can be interrupted due to this.
5
6 -- Raphaël Hertzog <[email protected]> Mon, 26 Aug 2013 18:38:06 +0200
7
08 live-build (3.0.5-1) unstable; urgency=low
19
210 * Skipping loadlin inclusion on netboot images.
0 Description: Ensure xfsprogs and jfsutils are available in the ISO
1 Otherwise users opting for XFS and JFS and installing without network
2 won't have them and the (first) boot can be interrupted due to this.
3 Author: Raphaël Hertzog <[email protected]>
4 Bug-Kali: http://bugs.kali.org/view.php?id=467
5
6 ---
7 debian/changelog | 8 ++++++++
8 scripts/build/binary_debian-installer | 2 +-
9 2 files changed, 9 insertions(+), 1 deletion(-)
10
11 --- a/scripts/build/binary_debian-installer
12 +++ b/scripts/build/binary_debian-installer
13 @@ -413,7 +413,7 @@ then
14 ;;
15 esac
16
17 - DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup mdadm lvm2"
18 + DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup mdadm lvm2 xfsprogs jfsutils"
19
20 case "${LB_MODE}" in
21 debian)
22 --
23 1.8.4.rc3
24
00 fix-win32-loader
1 add-xfsprogs-jfsutils-to-d-i.patch