X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=d9620d09e89927771c25597767de103769de883b;hp=23a89d7ee6f095bc1ca74ecc6592b8b80e27aec5;hb=3ac646b41e6ce3aa58ff914bf2ba5d52d157d125;hpb=7380bbc4746d542bf866249e60b191e13391d0ad diff --git a/grml-live b/grml-live index 23a89d7..d9620d0 100755 --- a/grml-live +++ b/grml-live @@ -634,7 +634,11 @@ fi # generate nfsroot configuration for FAI on the fly if [ -z "$FAI_DEBOOTSTRAP" ] ; then - FAI_DEBOOTSTRAP="$SUITE http://ftp.debian.org/debian" + if [ -n "$WAYBACK_DATE" ] ; then + FAI_DEBOOTSTRAP="$SUITE http://snapshot.debian.org/archive/debian/$WAYBACK_DATE/" + else + FAI_DEBOOTSTRAP="$SUITE http://ftp.debian.org/debian" + fi fi if [ -z "$FAI_DEBOOTSTRAP_OPTS" ] ; then