diff options
author | Bill Nottingham <notting@redhat.com> | 2002-12-17 17:45:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-12-17 17:45:38 +0000 |
commit | 5ea20a309fb11e31a8077e2bcf307291f7410f36 (patch) | |
tree | 7666955e79b862be524543ca6d107132bdc390d6 /sysconfig.txt | |
parent | e6a4cb14e744f6f0170d1339974d7d581ee4351f (diff) | |
download | initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.tar initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.tar.gz initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.tar.bz2 initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.tar.xz initscripts-5ea20a309fb11e31a8077e2bcf307291f7410f36.zip |
more rhgb tweaks
have a loop for checking link state instead of a static 'sleep 5'
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index b0388952..d162ae0d 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -86,9 +86,10 @@ Files in /etc/sysconfig /etc/sysconfig/init: BOOTUP=<some bootup mode> - BOOTUP=color means new (as of RH6.0) boot display. + BOOTUP=graphical means use X Windows graphical boot up + BOOTUP=color means colorized text mode boot display. BOOTUP=verbose means old style display - Anything else means new display, but without ANSI-formatting + Anything else means simplified display, but without color or ANSI-formatting LOGLEVEL=<a number> Sets the initial console logging level for the kernel. The default is 7. 8 means everything (including debugging); |