2007-09-09 15:52:05 +00:00
|
|
|
# List of /tmp directories we should clean up
|
2009-02-23 09:36:48 +00:00
|
|
|
clean_tmp_dirs="/tmp"
|
2007-09-09 15:52:05 +00:00
|
|
|
|
|
|
|
# Should we wipe the tmp paths completely or just selectively remove known
|
2007-04-05 11:18:42 +00:00
|
|
|
# locks / files / etc... ?
|
2007-12-09 13:50:41 +00:00
|
|
|
wipe_tmp="YES"
|
2011-09-27 18:15:08 +02:00
|
|
|
|
|
|
|
# Write the initial dmesg log into /var/log/dmesg after boot
|
|
|
|
# This may be useful if you need the kernel boot log afterwards
|
|
|
|
log_dmesg="YES"
|