From 2d12d83527adbdeceb52db4ffe397f44b971b304 Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Mon, 26 Aug 2013 18:57:48 +0200 Subject: Ensure xfsprogs and jfsutils are available in the ISO when d-i is used. Otherwise users opting for XFS and JFS filesystems and installing without network won't have them and the (first) boot can be interrupted due to this. Sponsored-by: Offensive Security --- scripts/build/installer_debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index be0232355..def8e45f0 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -401,7 +401,7 @@ then ;; esac - DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup mdadm lvm2" + DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup mdadm lvm2 xfsprogs jfsutils" case "${LB_MODE}" in debian) -- cgit v1.2.3