From 7285ffb14494f7a82fcf77ae41f6ce73bcbefb09 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 6 Dec 2015 01:19:55 +0000 Subject: hooks/busybox: Fail if busybox is wanted but not found Currently we silently fall back to klibc if BUSYBOX=y but we can't find it. This can result in an unusable initramfs, so fail instead of continuing. This mitigates bug #783297. Signed-off-by: Ben Hutchings --- conf/initramfs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/initramfs.conf b/conf/initramfs.conf index 93f88bc..367d561 100644 --- a/conf/initramfs.conf +++ b/conf/initramfs.conf @@ -22,7 +22,7 @@ MODULES=most # # BUSYBOX: [ y | n ] # -# Use busybox if available. +# Use busybox shell and utilities. If set to n, klibc utilities will be used. # BUSYBOX=y -- cgit v1.2.3