]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/system
move mdadm and lvm init to functions for better maintainability
[projects/rc-scripts.git] / sysconfig / system
CommitLineData
ec8b15cb 1# $Id$
38198f50 2
cee18a41
AM
3# Do you want colorized starting scripts ?
4COLOR_INIT=yes
5
9835a9c7 6# Print status at which column
013b6057 7#INIT_COL=67
9835a9c7 8
0a35929a
AM
9# Do you want fast boot? (without NLS, excessive logging and fancy
10# terminals support)
11FASTRC=no
12
f4784dae 13# Messages with a higher priority than this will be printed
14# to the console (default 1)
de1fc6ce 15CONSOLE_LOGLEVEL=1
f4784dae 16
7e04fe0e 17# On errors (when system is starting) run sulogin instead of shell ?
dab6e6db 18RUN_SULOGIN_ON_ERR=yes
6e968d25 19
23821953
ER
20# Default run nice level for all services if $SERVICE_RUN_NICE_LEVEL is not
21# defined in /etc/sysconfig/<service>.
d2972109 22DEFAULT_SERVICE_RUN_NICE_LEVEL=+0
7e04fe0e 23
0f7e5971 24# Default limits set before running daemons (hard and soft) if
e2e24f5a 25# $SERVICE_LIMITS are not defined in /etc/sysconfig/<service>
6d4ed313 26#
e2e24f5a
AM
27# Use "-u" for process limits (automatically translated to "-p" for ksh).
28# Use "-Sx" or "-Hx" to set only soft or hard "x" limit.
6d4ed313 29#
e2e24f5a
AM
30# Advised limits are:
31# "-u unlimited" to make sure daemons will be able to fork;
32# "-c 0" to make sure it doesn't core dump anywhere; while this could mask
33# problems with the daemon, it also closes some security problems;
34# users' limits are set via pam_limits.
35DEFAULT_SERVICE_LIMITS="-u unlimited -c 0"
36
23821953
ER
37# Default umask for all services if $SERVICE_UMASK is not defined in
38# /etc/sysconfig/<service>.
39DEFAULT_SERVICE_UMASK=022
40
b68f99e5 41# Setup PNP using userspace tools?
07e4dd15 42RUN_USERPNP=no
b68f99e5 43# Setup kernel space PNP (2.4.x)
07e4dd15 44RUN_KERNELPNP=no
7e04fe0e 45
46# After how many seconds reboot system after kernel panic ?
47# 0 - never reboot system (suggested 60)
48PANIC_REBOOT_TIME=0
49
50# Do not allow users to login when system is starting
51# (but allow when it end "starting" process) ?
52DELAY_LOGIN=yes
53
54# Clean /tmp at startup ?
55CLEAN_TMP=yes
6e968d25 56
bccca131
JR
57# We want utmpx/wtmpx
58NEED_XFILES=yes
59
dc35bdf0
AM
60# Try to setup proper symlinks in /boot (based on kernel version) ?
61SET_SLINKS=yes
62
b63b30c9
AM
63# Run depmod at startup ?
64# Values:
65# yes/no - as usually
66# ifmissing - if modules.dep is missing
67RUN_DEPMOD=ifmissing
68
bff05174 69# Run /sbin/ldconfig at startup ?
180ab131 70RUN_LDCONFIG=no
bff05174 71
348aacfc
TP
72# Start udev (udev-core required)?
73START_UDEV=yes
74
f47acf6f 75# EVMS/LVM options
0b12f919 76# Extensible Firmware Interface GUID Partition Table segment manager
f47acf6f
JR
77EVMS_GUID_PTABLE=no
78
79# Use EVMS for Linux LVM volumes
80EVMS_LVM=no
81
5218079a 82# Create symlinks for LVM volumes (/dev/evms/lvm/* -> /dev/*)
f47acf6f
JR
83EVMS_LVM_COMPAT_NODES=yes
84
f47acf6f
JR
85# EVMS AIX LVM volumes
86EVMS_AIX=no
87
88# EVMS OS/2 LVM volumes
89EVMS_OS2=no
90
00035959
ER
91# LVM2
92# disable if your only LVM volume is rootfs started on initrd and want faster startup
93LVM2=yes
94
d1383e52
ER
95# DMRAID
96# disable if do not want DMRAID being initalized by rc.sysinit
97DMRAID=yes
98
09b13698
ER
99# mdadm
100# disable if do not want mdadm being initalized by rc.sysinit
101MDADM=yes
102
9ae2b877 103# Disable dm-multipath and friends here if you plan to use
1d355a47 104# non standard drivers (ex. DELL MPP RDAC driver)
9ae2b877
JR
105DM_MULTIPATH=yes
106
6b4a354c 107# Set to anything other than 'no' to allow hotkey interactive startup...
8a917f32 108RC_PROMPT=yes
6b4a354c 109
4716ebe1 110# List of chroots separated by space (to handle processes inside/outside
1e5e8177
AM
111# chroot properly)
112#SYSTEM_CHROOTS=
113
4cc198ff
JR
114# List (space separated) of special mount points that must not be unmounted
115# on system shutdown.
cb9b84f7 116# May contain regular expressions (eg. "/dev/rootunion/.*")
4cc198ff
JR
117#UMOUNT_IGNORE=
118
686f4b8d
JR
119# Enable cpusets support?
120CPUSETS=no
121
72043a92 122# Enable this system as vserver guest (yes/no/detect)
380a2420
ER
123VSERVER=detect
124
2a7fa780
AM
125# Vserver isolation only networking inside of guest (yes/no/detect)
126VSERVER_ISOLATION_NET=detect
127
d84e0c78
JR
128# Enable syslogging for rc-scripts
129RC_LOGGING=yes
130
9f2e06ae
ER
131# Include machine uptime counter in all show messages
132RC_UPTIME=no
133
d4a90441
ER
134# Disable console logging by blogd
135RC_BOOTLOG=yes
This page took 0.147161 seconds and 4 git commands to generate.