diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:51:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:51:01 +0200 |
commit | cf7d637ee9c6034152f9f789c8e65893f0295289 (patch) | |
tree | b6bc077658a89d8a65446f592186c9ca98b13a3e /package/busybox/config/init | |
parent | 322327d668e6cef8bb5f318bc414593794530b7b (diff) |
first regressions found while runtime testing
- fix add_rconf and quoting
- update gpsd to latest upstream
- do not use size parameter for cfgfs and tmpfs
- disable some dangerous busybox options
- fix some kernel module dependencies
Diffstat (limited to 'package/busybox/config/init')
-rw-r--r-- | package/busybox/config/init/Config.in | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/package/busybox/config/init/Config.in b/package/busybox/config/init/Config.in index 348509fb9..ddd49ea1b 100644 --- a/package/busybox/config/init/Config.in +++ b/package/busybox/config/init/Config.in @@ -75,16 +75,17 @@ config BUSYBOX_FEATURE_INIT_COREDUMPS core file sizes. If this option is disabled, processes will not generate any core files. -config BUSYBOX_FEATURE_INITRD - bool "Support running init from within an initrd (not initramfs)" - default n - depends on BUSYBOX_INIT - help - Legacy support for running init under the old-style initrd. Allows - the name linuxrc to act as init, and it doesn't assume init is PID 1. - - This does not apply to initramfs, which runs /init as PID 1 and - requires no special support. +# you should never need this, breaks allconfig images +#config BUSYBOX_FEATURE_INITRD +# bool "Support running init from within an initrd (not initramfs)" +# default n +# depends on BUSYBOX_INIT +# help +# Legacy support for running init under the old-style initrd. Allows +# the name linuxrc to act as init, and it doesn't assume init is PID 1. +# +# This does not apply to initramfs, which runs /init as PID 1 and +# requires no special support. config BUSYBOX_HALT bool "poweroff, halt, and reboot" |