# $Id: system 5744 2005-04-08 17:34:38Z saq $

# Do you want colorized starting scripts ?
COLOR_INIT=yes

# Print status at which column
INIT_COL=67

# Do you want fast boot? (without NLS, excessive logging and fancy
# terminals support)
FASTRC=no

# Messages with a higher priority than this will be printed
# to the console (default 1)
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 limits set before running demons (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
# problems with the daemon, it also closes some security problems;
# users' limits are set via pam_limits.
DEFAULT_SERVICE_LIMITS="-u unlimited -c 0"

# Setup PNP using userspace tools?
RUN_USERPNP=yes
# Setup kernel space PNP (2.4.x)
RUN_KERNELPNP=yes

# After how many seconds reboot system after kernel panic ?
# 0 - never reboot system (suggested 60)
PANIC_REBOOT_TIME=0

# Do not allow users to login when system is starting
# (but allow when it end "starting" process) ?
DELAY_LOGIN=yes

# Clean /tmp at startup ?
CLEAN_TMP=yes

# We want utmpx/wtmpx
NEED_XFILES=yes

# Try to setup proper symlinks in /boot (based on kernel version) ?
SET_SLINKS=yes

# Run depmod at startup ?
# Values:
# yes/no	- as usually
# ifmissing	- if modules.dep is missing
RUN_DEPMOD=ifmissing

# Run /sbin/ldconfig at startup ?
RUN_LDCONFIG=no

# Mount /dev (Device Filesystem)
MOUNT_DEVFS=no

# EVMS/LVM options
# Eextensible Firmware Interface GUID Partition Table segment manager
EVMS_GUID_PTABLE=no

# Use EVMS for Linux LVM volumes
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

# Set to anything other than 'no' to allow hotkey interactive startup...
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
