Changeset 1765 in MondoRescue for branches/2.2.5/mindi-busybox/init/Config.in


Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (16 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/init/Config.in

    r821 r1765  
    66menu "Init Utilities"
    77
    8 config CONFIG_INIT
     8config INIT
    99    bool "init"
    1010    default n
     11    select FEATURE_SYSLOG
    1112    help
    1213      init is the first program run when the system boots.
    1314
    14 config CONFIG_DEBUG_INIT
     15config DEBUG_INIT
    1516    bool "debugging aid"
    1617    default n
    17     depends on CONFIG_INIT
     18    depends on INIT
    1819    help
    1920      Turn this on to disable all the dangerous
    2021      rebooting stuff when debugging.
    2122
    22 config CONFIG_FEATURE_USE_INITTAB
     23config FEATURE_USE_INITTAB
    2324    bool "Support reading an inittab file"
    2425    default y
    25     depends on CONFIG_INIT
     26    depends on INIT
    2627    help
    2728      Allow init to read an inittab file when the system boot.
    2829
    29 config CONFIG_FEATURE_INIT_SCTTY
     30config FEATURE_INIT_SCTTY
    3031    bool "Support running commands with a controlling-tty"
    3132    default n
    32     depends on CONFIG_INIT
     33    depends on INIT
    3334    help
    3435      If this option is enabled a command starting with hyphen (-)
     
    3839      the console is only accessed during development or for maintenance.
    3940
    40 config CONFIG_FEATURE_EXTRA_QUIET
     41config FEATURE_INIT_SYSLOG
     42    bool "Enable init to write to syslog"
     43    default n
     44    depends on INIT
     45
     46config FEATURE_EXTRA_QUIET
    4147    bool "Be _extra_ quiet on boot"
    4248    default y
    43     depends on CONFIG_INIT
     49    depends on INIT
    4450    help
    4551      Prevent init from logging some messages to the console during boot.
    4652
    47 config CONFIG_FEATURE_INIT_COREDUMPS
     53config FEATURE_INIT_COREDUMPS
    4854    bool "Support dumping core for child processes (debugging only)"
    4955    default n
    50     depends on CONFIG_INIT
     56    depends on INIT
    5157    help
    5258      If this option is enabled and the file /.init_enable_core
     
    5763
    5864
    59 config CONFIG_FEATURE_INITRD
     65config FEATURE_INITRD
    6066    bool "Support running init from within an initrd (not initramfs)"
    6167    default y
    62     depends on CONFIG_INIT
     68    depends on INIT
    6369    help
    6470      Legacy support for running init under the old-style initrd.  Allows
     
    6874      requires no special support.
    6975
    70 config CONFIG_HALT
     76config HALT
    7177    bool "poweroff, halt, and reboot"
    7278    default y
     
    7480      Stop all processes and either halt, reboot, or power off the system.
    7581
    76 config CONFIG_MESG
     82config MESG
    7783    bool "mesg"
    7884    default y
Note: See TracChangeset for help on using the changeset viewer.