diff options
Diffstat (limited to 'sysconfig/init')
-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 |