]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/system
- removed bogus defattr
[projects/rc-scripts.git] / sysconfig / system
CommitLineData
bff05174 1# $Id: system,v 1.8 2000/01/04 17:23:40 baggins Exp $
38198f50 2
cee18a41
AM
3# Do you want colorized starting scripts ?
4COLOR_INIT=yes
5
6# Messages with a higher priority than this will be printed
7# to the console (default 1)
8CONSOLE_LOGLEVEL=1
9
7e04fe0e 10# On errors (when system is starting) run sulogin instead of shell ?
dab6e6db 11RUN_SULOGIN_ON_ERR=yes
6e968d25 12
7e04fe0e 13# Default run nice level for all services if
14# $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
15DEFAULT_SERVICE_RUN_NICE_LEVEL=0
16
17# Run isapnp at system startup ?
18RUN_ISAPNP=yes
19
20# After how many seconds reboot system after kernel panic ?
21# 0 - never reboot system (suggested 60)
22PANIC_REBOOT_TIME=0
23
24# Do not allow users to login when system is starting
25# (but allow when it end "starting" process) ?
26DELAY_LOGIN=yes
27
28# Clean /tmp at startup ?
29CLEAN_TMP=yes
6e968d25 30
cee18a41
AM
31# Load kernel sound modules at startup ? (say no if you are using ALSA drivers)
32LOAD_SOUND=no
dc35bdf0
AM
33
34# Try to setup proper symlinks in /boot (based on kernel version) ?
35SET_SLINKS=yes
36
bff05174
JR
37# Run /sbin/ldconfig at startup ?
38RUN_LDCONFIG=yes
39
This page took 0.039139 seconds and 4 git commands to generate.