diff options
author | Bill Nottingham <notting@redhat.com> | 2010-06-30 13:54:10 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-06-30 13:54:10 -0400 |
commit | fac1aa79cbedc374a3b03650572cd3f4daecb4f7 (patch) | |
tree | 8212c27889362fe6d6eb53fefe8bbe85ffa8ef76 /sysconfig | |
parent | 9bfd6e85da6c7093bda75ba4a7227300a74a495a (diff) | |
download | initscripts-fac1aa79cbedc374a3b03650572cd3f4daecb4f7.tar initscripts-fac1aa79cbedc374a3b03650572cd3f4daecb4f7.tar.gz initscripts-fac1aa79cbedc374a3b03650572cd3f4daecb4f7.tar.bz2 initscripts-fac1aa79cbedc374a3b03650572cd3f4daecb4f7.tar.xz initscripts-fac1aa79cbedc374a3b03650572cd3f4daecb4f7.zip |
Remove support for hotkey interactive startup. (#605016)
It cannot work reliably as done in this way. (It's possible to do
surgery to do it in plymouth itself, but not here.)
Interactive startup via the 'confirm' commandline option is still
available.
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/init | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysconfig/init b/sysconfig/init index 1a746088..17b574c5 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -17,8 +17,6 @@ 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 # Set to 'yes' to allow probing for devices with swap signatures AUTOSWAP=no # What ttys should gettys be started on? |