aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/init
diff options
context:
space:
mode:
Diffstat (limited to 'sysconfig/init')
-rw-r--r--sysconfig/init7
1 files changed, 0 insertions, 7 deletions
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