Browse Source

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!
stable/0.6
Christian Wiese 11 years ago
parent
commit
763a0f601a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      base/linux/arch/config-common.sh

+ 4
- 0
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

Loading…
Cancel
Save