Make sure busybox is installed

This commit is contained in:
Les De Ridder 2016-04-28 16:13:17 +02:00
parent 6ad33e994d
commit 8195d0abe0
1 changed files with 3 additions and 0 deletions

View File

@ -731,6 +731,9 @@ stage3_prepare() {
# mount tmpfs
mount -t tmpfs mid /d2a/mid
# make sure busybox is installed
apt-get -yqq install busybox
# add binaries
add_binary_to_mid /bin/busybox
add_binary_to_mid /bin/bash