Add busybox to DI_PACKAGES as its required to install kernels.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
12fae93f2b
commit
4222ce31d4
|
@ -407,7 +407,7 @@ then
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
DI_PACKAGES="${DI_PACKAGES} cryptsetup lvm2"
|
DI_PACKAGES="${DI_PACKAGES} busybox cryptsetup lvm2"
|
||||||
|
|
||||||
# Set apt command prefix
|
# Set apt command prefix
|
||||||
_LH_APT_COMMAND="apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o APT::Install-Recommends=false --download-only"
|
_LH_APT_COMMAND="apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o APT::Install-Recommends=false --download-only"
|
||||||
|
|
Loading…
Reference in New Issue