Adds 08_Filesystem.log to output of createlog. contains list of mounts

This commit is contained in:
Bas Spaans 2012-03-18 10:08:16 +01:00
parent fe981ad7de
commit 36addd61ea

View File

@ -83,6 +83,10 @@ mkdir -p $BASEDIR/$LOGDIR
getlog_cmd cat /proc/bus/input/devices getlog_cmd cat /proc/bus/input/devices
getlog_cmd cat /proc/acpi/wakeup getlog_cmd cat /proc/acpi/wakeup
# Filesystem.log
LOGFILE="08_Filesystem.log"
getlog_cmd cat /proc/mounts
# DMI.log # DMI.log
# LOGFILE="08_dmi.log" # LOGFILE="08_dmi.log"
# getlog_cmd dmidecode # getlog_cmd dmidecode