Add busybox to DI_PACKAGES as its required to install kernels.

This commit is contained in:
Chris Lamb 2008-08-11 01:50:44 +01:00 committed by Daniel Baumann
parent aa9c076df9
commit c7bccbbf26
1 changed files with 1 additions and 1 deletions

View File

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