diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-11 01:50:44 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-11 01:50:44 +0100 |
commit | 4222ce31d44cf23044ad57ebcb284e94639376f0 (patch) | |
tree | 691c24c286721efa0e23d5ba32e98b5fe46fc674 | |
parent | 12fae93f2ba2b3fb353649a2bb30f00b03ecba83 (diff) | |
download | vyos-live-build-4222ce31d44cf23044ad57ebcb284e94639376f0.tar.gz vyos-live-build-4222ce31d44cf23044ad57ebcb284e94639376f0.zip |
Add busybox to DI_PACKAGES as its required to install kernels.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
-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" |