createlog: Adds filesystem usage information to 08_Filesystem.log

This commit is contained in:
Bas Spaans 2012-03-18 11:42:05 +01:00
parent 36addd61ea
commit 5a5250afb6

View File

@ -86,6 +86,7 @@ mkdir -p $BASEDIR/$LOGDIR
# Filesystem.log
LOGFILE="08_Filesystem.log"
getlog_cmd cat /proc/mounts
getlog_cmd df -h
# DMI.log
# LOGFILE="08_dmi.log"