summaryrefslogtreecommitdiff
path: root/conf/initramfs.conf
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-12-31 03:41:08 +0000
committerBen Hutchings <ben@decadent.org.uk>2015-12-31 03:41:08 +0000
commitbf445db3ed93494a3091304801131db98c3dc679 (patch)
tree31605dd8b0f561197ce4a444c04c4815b686fa96 /conf/initramfs.conf
parent19422ac10de9e4b9e7424335e51bbaa214909829 (diff)
Restore automatic selection between busybox and klibc by default
Some systems are working alright with the old default of BUSYBOX=y and no busybox installed. We should only force use of busybox if another package installing initramfs scripts needs it. Change the default from BUSYBOX=y to BUSYBOX=auto, and give that the old semantics. Closes: #809204 Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'conf/initramfs.conf')
-rw-r--r--conf/initramfs.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf
index 367d561..f0f5071 100644
--- a/conf/initramfs.conf
+++ b/conf/initramfs.conf
@@ -20,12 +20,14 @@
MODULES=most
#
-# BUSYBOX: [ y | n ]
+# BUSYBOX: [ y | n | auto ]
#
# Use busybox shell and utilities. If set to n, klibc utilities will be used.
+# If set to auto (or unset), busybox will be used if installed and klibc will
+# be used otherwise.
#
-BUSYBOX=y
+BUSYBOX=auto
#
# KEYMAP: [ y | n ]