diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2016-01-05 16:24:19 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2016-01-05 16:24:26 +0100 |
commit | 8f794124b64d009bef6c4df1dfdee65e0f2962f0 (patch) | |
tree | 7b2e9babd4894b097fc1ca0dd06ba071b485947e | |
parent | 41bc9f110d7b3f1e3b762fc879bc6e13c5bfad42 (diff) | |
download | initscripts-8f794124b64d009bef6c4df1dfdee65e0f2962f0.tar initscripts-8f794124b64d009bef6c4df1dfdee65e0f2962f0.tar.gz initscripts-8f794124b64d009bef6c4df1dfdee65e0f2962f0.tar.bz2 initscripts-8f794124b64d009bef6c4df1dfdee65e0f2962f0.tar.xz initscripts-8f794124b64d009bef6c4df1dfdee65e0f2962f0.zip |
fix mangled sysconfig/init.s390
Resolves: #1291907
-rw-r--r-- | sysconfig/init.s390 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysconfig/init.s390 b/sysconfig/init.s390 index f4723517..43983e88 100644 --- a/sysconfig/init.s390 +++ b/sysconfig/init.s390 @@ -18,9 +18,6 @@ SETCOLOR_NORMAL= # 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? |