From ed2a57978c740e8b53aa54cfa69a21dec0547671 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 25 Jul 2014 18:33:37 -0500 Subject: [PATCH] mk_mmc.sh: seperate these Signed-off-by: Robert Nelson --- mk_mmc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 41b90db..75690dc 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -804,7 +804,8 @@ neuter_flash_kernel () { #!/bin/sh -e #BusyBox: http://linux.die.net/man/1/busybox - apt-install linux-base initramfs-tools || true + apt-install linux-base || true + apt-install initramfs-tools || true apt-install flash-kernel || true if [ -f /target/usr/share/flash-kernel/db/all.db ] ; then