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
This commit is contained in:
Raphaël Hertzog 2013-08-26 18:57:48 +02:00
parent 1577d46064
commit 2d12d83527
1 changed files with 1 additions and 1 deletions

View File

@ -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)