]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/system
added new variable SET_SLINKS. If it set to "yes" then rc.sysinit is setting
[projects/rc-scripts.git] / sysconfig / system
1 # $Id: system,v 1.7 1999/08/14 10:56:51 misiek Exp $
2
3 # Do you want colorized starting scripts ?
4 COLOR_INIT=yes
5
6 # Messages with a higher priority than this will be printed
7 # to the console (default 1)
8 CONSOLE_LOGLEVEL=1
9
10 # On errors (when system is starting) run sulogin instead of shell ?
11 RUN_SULOGIN_ON_ERR=yes
12
13 # Default run nice level for all services if
14 # $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
15 DEFAULT_SERVICE_RUN_NICE_LEVEL=0
16
17 # Run isapnp at system startup ?
18 RUN_ISAPNP=yes
19
20 # After how many seconds reboot system after kernel panic ?
21 # 0 - never reboot system (suggested 60)
22 PANIC_REBOOT_TIME=0
23
24 # Do not allow users to login when system is starting
25 # (but allow when it end "starting" process) ?
26 DELAY_LOGIN=yes
27
28 # Clean /tmp at startup ?
29 CLEAN_TMP=yes
30
31 # Load kernel sound modules at startup ? (say no if you are using ALSA drivers)
32 LOAD_SOUND=no
33
34 # Try to setup proper symlinks in /boot (based on kernel version) ?
35 SET_SLINKS=yes
36
This page took 0.048307 seconds and 4 git commands to generate.