summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-12-06 01:19:55 +0000
committerBen Hutchings <ben@decadent.org.uk>2015-12-06 03:08:13 +0000
commit7285ffb14494f7a82fcf77ae41f6ce73bcbefb09 (patch)
tree761e72b111c38c6f58829dd27314586741b1dfd9 /conf
parent41eb6ac420fae35e7d715f85b2e1586e048a9db9 (diff)
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 <ben@decadent.org.uk>
Diffstat (limited to 'conf')
-rw-r--r--conf/initramfs.conf2
1 files changed, 1 insertions, 1 deletions
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