From d39710983aa00105653475f6e8b908130bc5a4c0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 1 Nov 2004 19:14:18 +0000 Subject: revert some stuff --- sysconfig/init | 2 ++ sysconfig/init.s390 | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/init b/sysconfig/init index a1b03f04..1ffeaea6 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -19,3 +19,5 @@ SETCOLOR_WARNING="echo -en \\033[0;33m" SETCOLOR_NORMAL="echo -en \\033[0;39m" # default kernel loglevel on boot (syslog will reset this) LOGLEVEL=3 +# Set to anything other than 'no' to allow hotkey interactive startup... +PROMPT=yes diff --git a/sysconfig/init.s390 b/sysconfig/init.s390 index f3266798..79955f07 100644 --- a/sysconfig/init.s390 +++ b/sysconfig/init.s390 @@ -2,8 +2,6 @@ # verbose => old-style bootup # anything else => new style bootup without ANSI colors or positioning BOOTUP=serial -# Turn on graphical boot -GRAPHICAL=no # column to start "[ OK ]" label in RES_COL=60 # terminal sequence to move to that column. You could change this @@ -19,3 +17,5 @@ SETCOLOR_WARNING= SETCOLOR_NORMAL= # default kernel loglevel on boot (syslog will reset this) LOGLEVEL=3 +# Set to anything other than 'no' to allow hotkey interactive startup... +PROMPT=no -- cgit