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