From fe981ad7def3e84d1a2a2a73cc9f64321d09d59e Mon Sep 17 00:00:00 2001 From: Bas Spaans Date: Sun, 18 Mar 2012 09:52:29 +0100 Subject: [PATCH] Disable generation of 00_OS.log as the information is in the header of every log file generated --- packages/sysutils/busybox/scripts/createlog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/busybox/scripts/createlog b/packages/sysutils/busybox/scripts/createlog index b39b08d061..a51ca8fc2b 100755 --- a/packages/sysutils/busybox/scripts/createlog +++ b/packages/sysutils/busybox/scripts/createlog @@ -42,8 +42,8 @@ rm -rf $BASEDIR/$LOGDIR mkdir -p $BASEDIR/$LOGDIR # OS Info - LOGFILE="00_OS.log" - getlog_cmd cat /etc/issue +# LOGFILE="00_OS.log" +# getlog_cmd cat /etc/issue # XBMC.log LOGFILE="01_XBMC.log"