From a39b2e5551e91055bf1bbadfa6ea1d3fa2d40790 Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 4 Oct 2014 21:16:53 -0400 Subject: [PATCH] Warn user to use at own risk if busybox is not installed on the device. --- ARM/mkboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARM/mkboot b/ARM/mkboot index d28bb3a..106a06d 100755 --- a/ARM/mkboot +++ b/ARM/mkboot @@ -54,7 +54,7 @@ clean() # Check for busybox if [ -z $busybox ]; then - clear; pout "Busybox is NOT installed!\nThis may cause issues with the script!" + clear; pout "Busybox is NOT installed!\nThis may cause issues with the script!\nUse at your own risk or install busybox!"; sleep 3 fi usage()