X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-live;h=49df530947bca7c37100de445f18e478c331bc00;hb=2fa5b80ed0cdb66e8a999e5d8ae14f0ba1970593;hp=c443cd1f46096d1c07516dbb67fba805cdb1f165;hpb=feacdba45daf4b824c93171bd9d95fbeed75121e;p=grml-live.git diff --git a/grml-live b/grml-live index c443cd1..49df530 100755 --- a/grml-live +++ b/grml-live @@ -12,6 +12,9 @@ export LANG=C export LC_ALL=C +# avoid leaking into chroots +unset TMPDIR + # define function getfilesize before "set -e" if stat --help >/dev/null 2>&1; then getfilesize='stat -c %s' # GNU stat @@ -614,7 +617,7 @@ fi # generate nfsroot configuration for FAI on the fly if [ -z "$FAI_DEBOOTSTRAP" ] ; then - FAI_DEBOOTSTRAP="$SUITE http://cdn.debian.net/debian" + FAI_DEBOOTSTRAP="$SUITE http://http.debian.net/debian" fi if [ -z "$FAI_DEBOOTSTRAP_OPTS" ] ; then