diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2013-08-26 18:57:48 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2013-08-26 19:02:20 +0200 |
commit | 2d12d83527adbdeceb52db4ffe397f44b971b304 (patch) | |
tree | b41d665c09d9374a2b94be3f3fe6140fee223020 /scripts | |
parent | 1577d46064f648b40df488cd4c8b64843ad3f4bc (diff) | |
download | vyos-live-build-2d12d83527adbdeceb52db4ffe397f44b971b304.tar.gz vyos-live-build-2d12d83527adbdeceb52db4ffe397f44b971b304.zip |
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
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/installer_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
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) |