2007-09-09 21:22:05 +05:30
|
|
|
# List of /tmp directories we should clean up
|
2009-02-23 15:06:48 +05:30
|
|
|
clean_tmp_dirs="/tmp"
|
2007-09-09 21:22:05 +05:30
|
|
|
|
|
|
|
# Should we wipe the tmp paths completely or just selectively remove known
|
2007-04-05 16:48:42 +05:30
|
|
|
# locks / files / etc... ?
|
2007-12-09 19:20:41 +05:30
|
|
|
wipe_tmp="YES"
|
2011-09-27 21:45:08 +05:30
|
|
|
|
|
|
|
# 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"
|