From: Michael Prokop Date: Fri, 13 Jan 2017 12:37:50 +0000 (+0100) Subject: Source /etc/grml_nocolors with nocolor boot option X-Git-Tag: v0.15.0~5 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=e0dbcabf440a716f05f7b29961596f0fba6ae6f8 Source /etc/grml_nocolors with nocolor boot option Otherwise we still end up with colors in the output because $NORMAL isn't defined properly. --- diff --git a/autoconfig.functions b/autoconfig.functions index 3fc0232..19a240d 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -196,6 +196,7 @@ fi if checkbootparam 'nocolor'; then RC_NOCOLOR=yes . /etc/grml/lsb-functions + . /etc/grml_nocolors einfo "Disabling colors in bootsequence as requested on commandline." ; eend 0 else . /etc/grml/lsb-functions