aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysconfig/init5
-rw-r--r--sysconfig/init.s3908
2 files changed, 9 insertions, 4 deletions
diff --git a/sysconfig/init b/sysconfig/init
index 1a746088..388028df 100644
--- a/sysconfig/init
+++ b/sysconfig/init
@@ -15,8 +15,9 @@ 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"
-# default kernel loglevel on boot (syslog will reset this)
-LOGLEVEL=3
+# default kernel loglevel on boot (syslog used to reset this; this is the
+# old sysklogd default)
+LOGLEVEL=6
# Set to anything other than 'no' to allow hotkey interactive startup...
PROMPT=yes
# Set to 'yes' to allow probing for devices with swap signatures
diff --git a/sysconfig/init.s390 b/sysconfig/init.s390
index fdacee05..f4723517 100644
--- a/sysconfig/init.s390
+++ b/sysconfig/init.s390
@@ -15,8 +15,12 @@ SETCOLOR_FAILURE=
SETCOLOR_WARNING=
# terminal sequence to reset to the default color.
SETCOLOR_NORMAL=
-# default kernel loglevel on boot (syslog will reset this)
-LOGLEVEL=3
+# default kernel loglevel on boot (syslog used to reset this; this is the
+# old sysklogd default)
+LOGLEVEL=6
+ # Set to anything other than 'no' to allow hotkey interactive startup...
+ PROMPT=yes
+ # Set to 'yes' to allow probing for devices with swap signatures
# Set to anything other than 'no' to allow hotkey interactive startup...
PROMPT=no
# What ttys should gettys be started on?