From 763a0f601a47bf3d22cb854a742b74381cbbec95 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 22 Dec 2013 00:11:34 +0100 Subject: [PATCH] linux: changed to enable support for scripts starting with #! by default Note: This option was introduced in 3.10 and is quite important for initramfs init scripts to work, thus enabling it by default is a good thing to do! http://cateee.net/lkddb/web-lkddb/BINFMT_SCRIPT.html Thanks Turl for pointing testing and pointing me to that option! --- base/linux/arch/config-common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/linux/arch/config-common.sh b/base/linux/arch/config-common.sh index 51114298f..9209c33f8 100644 --- a/base/linux/arch/config-common.sh +++ b/base/linux/arch/config-common.sh @@ -71,6 +71,10 @@ CONFIG_USB_OTG_BLACKLIST_HUB=n # deprecated (only needed for old ATA/(E)IDE and ATAPI units) # users of ATA hardware are encouraged to migrate to the newer ATA subsystem CONFIG_IDE=n + +# enable support for scripts starting with #! by default (introduced in 3.10) +# important for initramfs init scripts +CONFIG_BINFMT_SCRIPT=y EOT # broken since 2.6.20 and still as of 2.6.27