aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-12-17 17:45:38 +0000
committerBill Nottingham <notting@redhat.com>2002-12-17 17:45:38 +0000
commit5ea20a309fb11e31a8077e2bcf307291f7410f36 (patch)
tree7666955e79b862be524543ca6d107132bdc390d6 /sysconfig.txt
parente6a4cb14e744f6f0170d1339974d7d581ee4351f (diff)
downloadinitscripts-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.txt5
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);