X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=36581d18d86016f99e3cdea8fe7033e519795495;hb=c2fdb231154bed365615c8008c22f4dbfb176b6e;hp=ca23f83c0b83e64ed41c36378a9f1beb6df50373;hpb=4152229391fd4af0ab4b88408a3efff2e7f52f37;p=grml-live.git diff --git a/grml-live b/grml-live index ca23f83..36581d1 100755 --- a/grml-live +++ b/grml-live @@ -118,6 +118,12 @@ BUILD_DIRTY='' BOOTSTRAP_ONLY='' HOSTNAME='' +# don't use colors/escape sequences +if [ -r /lib/lsb/init-functions ] ; then + . /lib/lsb/init-functions + ! log_use_fancy_output && NOCOLORS=true +fi + if [ -r /etc/grml/lsb-functions ] ; then . /etc/grml/lsb-functions else