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