]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - sysconfig/system
check vars first before checking fs objects
[projects/rc-scripts.git] / sysconfig / system
index 41d69ff8066cd84d14f0e83733a8e157458baf35..6e34bc027498b75d8c3191d7b4d8355a79f29f01 100644 (file)
@@ -4,7 +4,7 @@
 COLOR_INIT=yes
 
 # Print status at which column
-INIT_COL=67
+#INIT_COL=67
 
 # Do you want fast boot? (without NLS, excessive logging and fancy
 # terminals support)
@@ -17,14 +17,16 @@ CONSOLE_LOGLEVEL=1
 # On errors (when system is starting) run sulogin instead of shell ?
 RUN_SULOGIN_ON_ERR=yes
 
-# Default run nice level for all services if
-# $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
-DEFAULT_SERVICE_RUN_NICE_LEVEL=0
+# Default run nice level for all services if $SERVICE_RUN_NICE_LEVEL is not
+# defined in /etc/sysconfig/<service>.
+DEFAULT_SERVICE_RUN_NICE_LEVEL=+0
 
-# Default limits set before running demons (hard and soft) if
+# Default limits set before running daemons (hard and soft) if
 # $SERVICE_LIMITS are not defined in /etc/sysconfig/<service>
+#
 # Use "-u" for process limits (automatically translated to "-p" for ksh).
 # Use "-Sx" or "-Hx" to set only soft or hard "x" limit.
+#
 # Advised limits are:
 # "-u unlimited" to make sure daemons will be able to fork;
 # "-c 0" to make sure it doesn't core dump anywhere; while this could mask
@@ -32,10 +34,14 @@ DEFAULT_SERVICE_RUN_NICE_LEVEL=0
 # users' limits are set via pam_limits.
 DEFAULT_SERVICE_LIMITS="-u unlimited -c 0"
 
+# Default umask for all services if $SERVICE_UMASK is not defined in
+# /etc/sysconfig/<service>.
+DEFAULT_SERVICE_UMASK=022
+
 # Setup PNP using userspace tools?
-RUN_USERPNP=yes
+RUN_USERPNP=no
 # Setup kernel space PNP (2.4.x)
-RUN_KERNELPNP=yes
+RUN_KERNELPNP=no
 
 # After how many seconds reboot system after kernel panic ?
 # 0 - never reboot system (suggested 60)
@@ -63,11 +69,11 @@ RUN_DEPMOD=ifmissing
 # Run /sbin/ldconfig at startup ?
 RUN_LDCONFIG=no
 
-# Mount /dev (Device Filesystem)
-MOUNT_DEVFS=no
+# Start udev (udev-core required)?
+START_UDEV=yes
 
 # EVMS/LVM options
-# Eextensible Firmware Interface GUID Partition Table segment manager
+# Extensible Firmware Interface GUID Partition Table segment manager
 EVMS_GUID_PTABLE=no
 
 # Use EVMS for Linux LVM volumes
@@ -76,21 +82,43 @@ EVMS_LVM=no
 # Create symlinks for LVM volumes (/dev/evms/lvm/* -> /dev/*)
 EVMS_LVM_COMPAT_NODES=yes
 
-# Use EVMS for Linux MD (RAID 0/1/5) valumes
-EVMS_MD=no
-
 # EVMS AIX LVM volumes
 EVMS_AIX=no
 
 # EVMS OS/2 LVM volumes
 EVMS_OS2=no
 
+# LVM2
+# disable if your only LVM volume is rootfs started on initrd and want faster startup
+LVM2=yes
+
+# Disable dm-multipath and friends here if you plan to use
+# non standard drivers (ex. DELL MPP RDAC driver)
+DM_MULTIPATH=yes
+
 # Set to anything other than 'no' to allow hotkey interactive startup...
-PROMPT=yes
+RC_PROMPT=yes
 
 # List of chroots separated by space (to handle processes inside/outside
 # chroot properly)
 #SYSTEM_CHROOTS=
 
-# This must be last line !
-# vi:syntax=sh:tw=78:ts=8:sw=4
+# List (space separated) of special mount points that must not be unmounted
+# on system shutdown.
+# May contain regular expressions (eg. "/dev/rootunion/.*")
+#UMOUNT_IGNORE=
+
+# Enable cpusets support?
+CPUSETS=no
+
+# Enable this system as vserver guest (yes/no/detect)
+VSERVER=detect
+
+# Vserver isolation only networking inside of guest (yes/no/detect)
+VSERVER_ISOLATION_NET=detect
+
+# Enable syslogging for rc-scripts
+RC_LOGGING=yes
+
+# Disable console logging by blogd
+RC_BOOTLOG=yes
This page took 0.135702 seconds and 4 git commands to generate.