]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/system
- Added note about aumix-OSS-preserve-settings.
[projects/rc-scripts.git] / sysconfig / system
1 # $Id: system,v 1.15 2000/04/14 11:12:42 mkochano 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 # Run isapnp at system startup ?
21 RUN_ISAPNP=yes
22
23 # After how many seconds reboot system after kernel panic ?
24 # 0 - never reboot system (suggested 60)
25 PANIC_REBOOT_TIME=0
26
27 # Do not allow users to login when system is starting
28 # (but allow when it end "starting" process) ?
29 DELAY_LOGIN=yes
30
31 # Clean /tmp at startup ?
32 CLEAN_TMP=yes
33
34 # Load kernel sound modules at startup ? (say no if you are using ALSA
35 # drivers). If you choice to load sound modules, you may also want sound
36 # volume to be saved on system shutdown and restored on system startup. In
37 # that case install "aumix-OSS-preserve-settings".
38 LOAD_SOUND=no
39
40 # Try to setup proper symlinks in /boot (based on kernel version) ?
41 SET_SLINKS=yes
42
43 # Run depmod at startup ?
44 # Values:
45 # yes/no        - as usually
46 # ifmissing     - if modules.dep is missing
47 RUN_DEPMOD=ifmissing
48
49 # Run /sbin/ldconfig at startup ?
50 RUN_LDCONFIG=no
51
52 # Start DevFS daemon to preserve compatibility with old "style" device names
53 RUN_DEVFSD=no
54  
55 # Adjust number of inodes and file handles available in the system.
56 # If you have a havily loaded system and kernel complains about
57 # file/inode limit reached in VFS, increase this 2x. The default
58 # value is 4096 (file) and 8192 (inode). The inode number should be
59 # always 2-3 times the file number. For most systems this should not
60 # be changed
61 #VFS_FILE_MAX=4096
62 #VFS_INODE_MAX=8192
63
64 # Set to anything other than 'no' to allow hotkey interactive startup...
65 PROMPT=yes
66
67 # Setting this to something other than 'no' will turn on magic sysrq keys
68 MAGIC_SYSRQ=yes
69
70 # Setting this to something other than 'no' will turn on stop-a (Sparc only)
71 STOP_A=no
This page took 0.081295 seconds and 4 git commands to generate.