initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / misc / sysfiles / etc / conf / bootdown
1 # hdw - linux /etc/conf/bootdown
2 #
3 # configure core bootup and shutdown procedures
4 #
5
6 # skip filesystem checking 
7 FASTBOOT=0
8
9 # easy fs check
10 EASYFSCK=1
11
12 # force fs check
13 FORCEFSCK=0
14
15 # fast, less save way of shutdown
16 FASTDOWN=0
17
18 # clean /tmp directory at boot time
19 TEMPCLEAN=1