]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/system
added abilities for setup static RARP table by
[projects/rc-scripts.git] / sysconfig / system
CommitLineData
f4784dae 1# $Id: system,v 1.19 2000/12/27 13:33:19 mkochano Exp $
38198f50 2
cee18a41
AM
3# Do you want colorized starting scripts ?
4COLOR_INIT=yes
5
9835a9c7
SZ
6# Print status at which column
7INIT_COL=67
8
f4784dae 9# Messages with a higher priority than this will be printed
10# to the console (default 1)
11CONSOLE_LOGLEVEL=1
12
7e04fe0e 13# On errors (when system is starting) run sulogin instead of shell ?
dab6e6db 14RUN_SULOGIN_ON_ERR=yes
6e968d25 15
7e04fe0e 16# Default run nice level for all services if
17# $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
18DEFAULT_SERVICE_RUN_NICE_LEVEL=0
19
20# Run isapnp at system startup ?
21RUN_ISAPNP=yes
22
23# After how many seconds reboot system after kernel panic ?
24# 0 - never reboot system (suggested 60)
25PANIC_REBOOT_TIME=0
26
27# Do not allow users to login when system is starting
28# (but allow when it end "starting" process) ?
29DELAY_LOGIN=yes
30
31# Clean /tmp at startup ?
32CLEAN_TMP=yes
6e968d25 33
bccca131
JR
34# We want utmpx/wtmpx
35NEED_XFILES=yes
36
1162c830 37# Load kernel sound modules at startup ? (say no if you are using ALSA
38# drivers). If you choice to load sound modules, you may also want sound
39# volume to be saved on system shutdown and restored on system startup. In
40# that case install "aumix-OSS-preserve-settings".
cee18a41 41LOAD_SOUND=no
dc35bdf0
AM
42
43# Try to setup proper symlinks in /boot (based on kernel version) ?
44SET_SLINKS=yes
45
b63b30c9
AM
46# Run depmod at startup ?
47# Values:
48# yes/no - as usually
49# ifmissing - if modules.dep is missing
50RUN_DEPMOD=ifmissing
51
bff05174 52# Run /sbin/ldconfig at startup ?
180ab131 53RUN_LDCONFIG=no
bff05174 54
6bf50269 55# Mount /dev (Device Filesystem)
56MOUNT_DEVFS=no
57
b553cd40 58# Start DevFS daemon to preserve compatibility with old "style" device names
59RUN_DEVFSD=no
a37835c6
AF
60
61# Adjust number of inodes and file handles available in the system.
62# If you have a havily loaded system and kernel complains about
63# file/inode limit reached in VFS, increase this 2x. The default
64# value is 4096 (file) and 8192 (inode). The inode number should be
65# always 2-3 times the file number. For most systems this should not
66# be changed
67#VFS_FILE_MAX=4096
68#VFS_INODE_MAX=8192
6b4a354c
AM
69
70# Set to anything other than 'no' to allow hotkey interactive startup...
71PROMPT=yes
72
73# Setting this to something other than 'no' will turn on magic sysrq keys
74MAGIC_SYSRQ=yes
75
76# Setting this to something other than 'no' will turn on stop-a (Sparc only)
77STOP_A=no
This page took 0.097996 seconds and 4 git commands to generate.