aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-07-09 15:52:46 +0200
committerLukas Nykryn <lnykryn@redhat.com>2013-07-11 09:28:40 +0200
commitbedb51dfba66749de204debb3804fd13cd20f80e (patch)
tree67cea880dbefdab4e679f2ffdafbf8e377b948f0
parent9aeef28696ec7c296b6e01c66d815de15cb12838 (diff)
downloadinitscripts-bedb51dfba66749de204debb3804fd13cd20f80e.tar
initscripts-bedb51dfba66749de204debb3804fd13cd20f80e.tar.gz
initscripts-bedb51dfba66749de204debb3804fd13cd20f80e.tar.bz2
initscripts-bedb51dfba66749de204debb3804fd13cd20f80e.tar.xz
initscripts-bedb51dfba66749de204debb3804fd13cd20f80e.zip
drop useless variables from /etc/sysconfig/init
-rw-r--r--sysconfig.txt7
-rw-r--r--sysconfig/init7
-rw-r--r--sysconfig/init.s3905
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