diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-11 01:50:44 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | c7bccbbf26106de79345257db99884d7c938856d (patch) | |
tree | 3476fa46b6db32680c3c75b98f8c8d94759ac24e | |
parent | aa9c076df9f89271649f1a18c657e08bd7427826 (diff) | |
download | vyos-live-build-c7bccbbf26106de79345257db99884d7c938856d.tar.gz vyos-live-build-c7bccbbf26106de79345257db99884d7c938856d.zip |
Add busybox to DI_PACKAGES as its required to install kernels.
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index e366d8c23..d72155967 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -407,7 +407,7 @@ then ;; esac - DI_PACKAGES="${DI_PACKAGES} cryptsetup lvm2" + DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup lvm2" # Set apt command prefix _LH_APT_COMMAND="apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o APT::Install-Recommends=false --download-only" |