]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/system
- merge my private tree
[projects/rc-scripts.git] / sysconfig / system
1 # $Id: system,v 1.17.2.2 2001/09/30 10:19:40 misiek Exp $
2
3 # Do you want colorized starting scripts ?
4 COLOR_INIT=yes
5
6 # Print status at which column
7 INIT_COL=67
8
9 # Messages with a higher priority than this will be printed
10 # to the console (default 1)
11 CONSOLE_LOGLEVEL=1
12
13 # On errors (when system is starting) run sulogin instead of shell ?
14 RUN_SULOGIN_ON_ERR=yes
15
16 # Default run nice level for all services if
17 # $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
18 DEFAULT_SERVICE_RUN_NICE_LEVEL=0
19
20 # Setup PNP using userspace tools?
21 RUN_USERPNP=yes
22 # Setup kernel space PNP (2.4.x)
23 RUN_KERNELPNP=yes
24
25 # After how many seconds reboot system after kernel panic ?
26 # 0 - never reboot system (suggested 60)
27 PANIC_REBOOT_TIME=0
28
29 # Do not allow users to login when system is starting
30 # (but allow when it end "starting" process) ?
31 DELAY_LOGIN=yes
32
33 # Clean /tmp at startup ?
34 CLEAN_TMP=yes
35
36 # We want utmpx/wtmpx
37 NEED_XFILES=yes
38
39 # Load kernel sound modules at startup ? (say no if you are using ALSA
40 # drivers). If you choice to load sound modules, you may also want sound
41 # volume to be saved on system shutdown and restored on system startup. In
42 # that case install "aumix-OSS-preserve-settings".
43 LOAD_SOUND=no
44
45 # Try to setup proper symlinks in /boot (based on kernel version) ?
46 SET_SLINKS=yes
47
48 # Run depmod at startup ?
49 # Values:
50 # yes/no        - as usually
51 # ifmissing     - if modules.dep is missing
52 RUN_DEPMOD=ifmissing
53
54 # Run /sbin/ldconfig at startup ?
55 RUN_LDCONFIG=no
56
57 # Mount /dev (Device Filesystem)
58 MOUNT_DEVFS=no
59
60 # Set to anything other than 'no' to allow hotkey interactive startup...
61 PROMPT=yes
62
63 # This must be last line !
64 # vi:syntax=sh:tw=78:ts=8:sw=4
65
This page took 0.027202 seconds and 3 git commands to generate.