diff options
author | Bill Nottingham <notting@redhat.com> | 2008-06-19 11:18:26 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-06-19 11:18:26 -0400 |
commit | 618b209de75be1f80406aa7df787292249343fd3 (patch) | |
tree | 9394cac447091e70ef5a153c4f88d0715f547760 /sysconfig | |
parent | 5a34a28455350aedcbf47d255baf80fde39c79b5 (diff) | |
download | initscripts-618b209de75be1f80406aa7df787292249343fd3.tar initscripts-618b209de75be1f80406aa7df787292249343fd3.tar.gz initscripts-618b209de75be1f80406aa7df787292249343fd3.tar.bz2 initscripts-618b209de75be1f80406aa7df787292249343fd3.tar.xz initscripts-618b209de75be1f80406aa7df787292249343fd3.zip |
Don't export GRAPHICAL - plymouth is for all modes.
Don't try to start rhgb.
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 117b6bc6..5ccec5e6 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -2,8 +2,6 @@ # verbose => old-style bootup # anything else => new style bootup without ANSI colors or positioning BOOTUP=color -# Turn on graphical boot -GRAPHICAL=yes # column to start "[ OK ]" label in RES_COL=60 # terminal sequence to move to that column. You could change this |