From 8195d0abe01a4cbeac048b7e1e59f27410107001 Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Thu, 28 Apr 2016 16:13:17 +0200 Subject: [PATCH] Make sure busybox is installed --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 1f8ab63..14b68ac 100755 --- a/install.sh +++ b/install.sh @@ -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