X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=autoconfig.functions;h=891242e3a9ad35472cc414c42bb07dac65c2d665;hb=7bfc241ac64c535dc5c2a28e9fdb1ff55c1d5625;hp=e659549e194b77c08ec70afcde932fbccfa959ad;hpb=23afbaf0a75b0b6144675c7f419fdbfa9dfa8522;p=grml-autoconfig.git diff --git a/autoconfig.functions b/autoconfig.functions index e659549..891242e 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -212,12 +212,8 @@ fi config_log(){ if checkbootparam 'log' || checkbootparam 'debug' ; then export DEBUG="/tmp/grml.log.`date +%Y%m%d`" - touch $DEBUG - einfo "Bootparameter log found. Log files: ${DEBUG} and /var/log/boot" - eindent - einfo "Starting bootlogd." # known to be *very* unreliable :( - bootlogd -r -c >>$DEBUG 2>&1 ; eend $? - eoutdent + touch "${DEBUG}" + einfo "Bootparameter log found, debug log file from grml-autoconfig available at '${DEBUG}'" else DEBUG="/dev/null" fi