From e0dbcabf440a716f05f7b29961596f0fba6ae6f8 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 Jan 2017 13:37:50 +0100 Subject: [PATCH 1/1] Source /etc/grml_nocolors with nocolor boot option Otherwise we still end up with colors in the output because $NORMAL isn't defined properly. --- autoconfig.functions | 1 + 1 file changed, 1 insertion(+) 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 -- 2.1.4