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:
parent
1577d46064
commit
2d12d83527
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue