# $Id: system,v 1.10 2000/02/18 08:35:18 waszi Exp $ # Do you want colorized starting scripts ? COLOR_INIT=yes # 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 # Default run nice level for all services if # $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/ DEFAULT_SERVICE_RUN_NICE_LEVEL=0 # Run isapnp at system startup ? RUN_ISAPNP=yes # After how many seconds reboot system after kernel panic ? # 0 - never reboot system (suggested 60) PANIC_REBOOT_TIME=0 # Do not allow users to login when system is starting # (but allow when it end "starting" process) ? DELAY_LOGIN=yes # Clean /tmp at startup ? CLEAN_TMP=yes # Load kernel sound modules at startup ? (say no if you are using ALSA drivers) 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=yes # Start DevFS daemon to preserve compatibility with old "style" device names RUN_DEVFSD=no