diff options
-rw-r--r-- | sysconfig.txt | 7 | ||||
-rw-r--r-- | sysconfig/init | 7 | ||||
-rw-r--r-- | sysconfig/init.s390 | 5 |
3 files changed, 0 insertions, 19 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 6fe9528e..862bfe6d 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -84,9 +84,6 @@ Generic options: /etc/sysconfig/init: - ACTIVE_CONSOLES=<devices> - A list of devices to start gettys on on boot. This supports - shell-style globs. BOOTUP=<some bootup mode> BOOTUP=graphical means use X Windows graphical boot up BOOTUP=color means colorized text mode boot display. @@ -123,10 +120,6 @@ Generic options: the kernel command line option "forcefsck" can be used to check the filesystems and "confirm" can be used to enable interactive startup questions. - AUTOSWAP=yes|no - Set to 'yes' to enable automatic swapon of all partitions with - the proper swap magic. This allows setting up swap without editing - /etc/fstab. obsoleted values from earlier releases: diff --git a/sysconfig/init b/sysconfig/init index 6c3f1238..249ae6df 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -15,10 +15,3 @@ SETCOLOR_FAILURE="echo -en \\033[0;31m" SETCOLOR_WARNING="echo -en \\033[0;33m" # terminal sequence to reset to the default color. SETCOLOR_NORMAL="echo -en \\033[0;39m" -# Set to 'yes' to allow probing for devices with swap signatures -AUTOSWAP=no -# What ttys should gettys be started on? -ACTIVE_CONSOLES=/dev/tty[1-6] -# Set to '/sbin/sulogin' to prompt for password on single-user mode -# Set to '/sbin/sushell' otherwise -SINGLE=/sbin/sushell diff --git a/sysconfig/init.s390 b/sysconfig/init.s390 index fdacee05..79955f07 100644 --- a/sysconfig/init.s390 +++ b/sysconfig/init.s390 @@ -19,8 +19,3 @@ SETCOLOR_NORMAL= LOGLEVEL=3 # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=no -# What ttys should gettys be started on? -ACTIVE_CONSOLES=/dev/console -# Set to '/sbin/sulogin' to prompt for password on single-user mode -# Set to '/sbin/sushell' otherwise -SINGLE=/sbin/sushell |