diff options
author | Bill Nottingham <notting@redhat.com> | 2003-05-20 15:37:37 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-05-20 15:37:37 +0000 |
commit | 0e4fb96126d0c7c80b17d548d308c2bdcf1c56a3 (patch) | |
tree | 4a746e41a42493351ea81c5c08d8ec07f5376202 /sysconfig | |
parent | 06f071a8056a43d6270700c154b8e26fac672849 (diff) | |
download | initscripts-0e4fb96126d0c7c80b17d548d308c2bdcf1c56a3.tar initscripts-0e4fb96126d0c7c80b17d548d308c2bdcf1c56a3.tar.gz initscripts-0e4fb96126d0c7c80b17d548d308c2bdcf1c56a3.tar.bz2 initscripts-0e4fb96126d0c7c80b17d548d308c2bdcf1c56a3.tar.xz initscripts-0e4fb96126d0c7c80b17d548d308c2bdcf1c56a3.zip |
updated rhgb support (<jrb@redhat.com>)
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysconfig/init b/sysconfig/init index 93c2be9d..1ffeaea6 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -2,6 +2,8 @@ # 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 |