From 7e7ab26056deb3d781bab591fe8c0eb3b16de79d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 9 Aug 2010 12:02:13 -0400 Subject: Change default loglevel to match what sysklogd used to set it to. (#621257) klogd used to hardcode the loglevel to 6, which made this setting somewhat superfluous. rsyslogd does not. It could be argued that we shouldn't muck with it, but at this stage, it's best to just change it to match the previous observed behavior. --- sysconfig/init.s390 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sysconfig/init.s390') 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? -- cgit v1.2.1