X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=94c9c03c2622428dc52fd3fcdf7595bdcaf35844;hb=d52d870096e926423ecb29567f4fb6a9b8cf2c78;hp=efaea44954dbd4bcb3505e05c6f3b0a428d4793c;hpb=e185d67c5e91b61274aa84575dd4d4243005ff95;p=grml-live.git diff --git a/grml-live b/grml-live index efaea44..94c9c03 100755 --- a/grml-live +++ b/grml-live @@ -9,6 +9,9 @@ # read configuration files, set some misc variables {{{ +export LANG=C +export LC_ALL=C + # exit on any error: set -e @@ -122,7 +125,7 @@ fi # }}} if [ -n "$GRML_LIVE_SOURCES" ] ; then - echo $GRML_LIVE_SOURCES > /etc/grml/fai/apt/sources.list + echo "$GRML_LIVE_SOURCES" > /etc/grml/fai/apt/sources.list fi if [ -n "$FAI_DEBOOTSTRAP" ] ; then