]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - sysconfig/system
- merge from TOTALNEW branch (see NEWS for more info)
[projects/rc-scripts.git] / sysconfig / system
index dfa1c833abad07b3b87b786d31daaa999586c651..982d7b0b123074d63c7f07c9ac46482c397529e2 100644 (file)
@@ -1,3 +1,15 @@
+# $Id: system,v 1.20 2001/05/15 16:03:42 baggins Exp $
+
+# Do you want colorized starting scripts ?
+COLOR_INIT=yes
+
+# Print status at which column
+INIT_COL=67
+
+# Messages with a higher priority than this will be printed
+# to the console (default 1)
+CONSOLE_LOGLEVEL=1
+
 # On errors (when system is starting) run sulogin instead of shell ?
 RUN_SULOGIN_ON_ERR=yes
 
@@ -19,3 +31,35 @@ DELAY_LOGIN=yes
 # Clean /tmp at startup ?
 CLEAN_TMP=yes
 
+# We want utmpx/wtmpx
+NEED_XFILES=yes
+
+# Load kernel sound modules at startup ? (say no if you are using ALSA
+# drivers). If you choice to load sound modules, you may also want sound
+# volume to be saved on system shutdown and restored on system startup. In
+# that case install "aumix-OSS-preserve-settings".
+LOAD_SOUND=no
+
+# Try to setup proper symlinks in /boot (based on kernel version) ?
+SET_SLINKS=yes
+
+# Run depmod at startup ?
+# Values:
+# yes/no       - as usually
+# ifmissing    - if modules.dep is missing
+RUN_DEPMOD=ifmissing
+
+# Run /sbin/ldconfig at startup ?
+RUN_LDCONFIG=no
+
+# Mount /dev (Device Filesystem)
+MOUNT_DEVFS=no
+
+# Start DevFS daemon to preserve compatibility with old "style" device names
+RUN_DEVFSD=no
+# Set to anything other than 'no' to allow hotkey interactive startup...
+PROMPT=yes
+
+# This must be last line !
+# vi:syntax=sh:tw=78:ts=8:sw=4
This page took 0.035343 seconds and 4 git commands to generate.