#
# ROCK Linux: /etc/conf/bootdown
#
# This configures the hard core bootup and shutdown procedures.
#

#
# If this is set to 1, the filesystem checking at boot time will be skiped.
# This can be forced for the next boot by creating a /fastboot file.
#
FASTBOOT=0

#
# If this is set to 1, the filesystem checking will be performed the easy
# (faster but less save) way.
#
EASYFSCK=0

#
# If this is set to 1, the filesystem checking at boot time will be forced.
# This can be forced for the next boot by creating a /forcefsck file.
#
FORCEFSCK=0

#
# If this is set to 1, the system shutdown will be perfomed in a faster but
# less save way.
#
FASTDOWN=0

#
# If this is set is set to 1, the system will clean /tmp at boottime.
#
TEMPCLEAN=1
