X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=ea178958641a57d0e62773674b39f53ac280434e;hp=19a240da44c68fc80e4d80e7a98dcd7edb4aef46;hb=95f4501e1eeb87e1bde757e263e1f30022aff56e;hpb=e0dbcabf440a716f05f7b29961596f0fba6ae6f8 diff --git a/autoconfig.functions b/autoconfig.functions index 19a240d..ea17895 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -194,13 +194,10 @@ fi # {{{ source lsb-functions , color handling 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 - . /etc/grml_colors fi # }}}