]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/system
- preparation for upcoming 0.4.0.1 release
[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
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)
de1fc6ce 11CONSOLE_LOGLEVEL=1
f4784dae 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
b68f99e5
AM
20# Setup PNP using userspace tools?
21RUN_USERPNP=yes
22# Setup kernel space PNP (2.4.x)
23RUN_KERNELPNP=yes
7e04fe0e 24
25# After how many seconds reboot system after kernel panic ?
26# 0 - never reboot system (suggested 60)
27PANIC_REBOOT_TIME=0
28
29# Do not allow users to login when system is starting
30# (but allow when it end "starting" process) ?
31DELAY_LOGIN=yes
32
33# Clean /tmp at startup ?
34CLEAN_TMP=yes
6e968d25 35
bccca131
JR
36# We want utmpx/wtmpx
37NEED_XFILES=yes
38
dc35bdf0
AM
39# Try to setup proper symlinks in /boot (based on kernel version) ?
40SET_SLINKS=yes
41
b63b30c9
AM
42# Run depmod at startup ?
43# Values:
44# yes/no - as usually
45# ifmissing - if modules.dep is missing
46RUN_DEPMOD=ifmissing
47
bff05174 48# Run /sbin/ldconfig at startup ?
180ab131 49RUN_LDCONFIG=no
bff05174 50
6bf50269 51# Mount /dev (Device Filesystem)
52MOUNT_DEVFS=no
53
f47acf6f
JR
54# EVMS/LVM options
55# Eextensible Firmware Interface GUID Partition Table segment manager
56EVMS_GUID_PTABLE=no
57
58# Use EVMS for Linux LVM volumes
59EVMS_LVM=no
60
61# Create symlinks for LVM vulumes (/dev/evms/lvm/* -> /dev/*)
62EVMS_LVM_COMPAT_NODES=yes
63
64# Use EVMS for Linux MD (RAID 0/1/5) valumes
65EVMS_MD=no
66
67# EVMS AIX LVM volumes
68EVMS_AIX=no
69
70# EVMS OS/2 LVM volumes
71EVMS_OS2=no
72
6b4a354c
AM
73# Set to anything other than 'no' to allow hotkey interactive startup...
74PROMPT=yes
75
de1fc6ce
JR
76# This must be last line !
77# vi:syntax=sh:tw=78:ts=8:sw=4
This page took 0.061646 seconds and 4 git commands to generate.