X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=scripts%2F01_bootstrap.sh;h=ef6ea1e08bbd8e43791fba9d367205e08e435189;hp=492893226ef9a6cdb4cbebdf8d6efb5f46651682;hb=f6a4ba1f7632698941c898a7ae305f351a78fcda;hpb=75f89f27c6939d4c4dc7d8b4f611e8b586a59ea8 diff --git a/scripts/01_bootstrap.sh b/scripts/01_bootstrap.sh index 4928932..ef6ea1e 100644 --- a/scripts/01_bootstrap.sh +++ b/scripts/01_bootstrap.sh @@ -22,7 +22,8 @@ bootstrap() { if [ -f "${TARGET}/grml-live/bootstrap" ] ; then debug_warn "chroot exists already, skipping execution of $DEBOOTSTRAP and continuing" else - $DEBOOTSTRAP --arch $ARCH $RELEASE $TARGET $MIRROR && touch "${TARGET}/grml-live/bootstrap" + # $DEBOOTSTRAP --arch $ARCH $RELEASE $TARGET $MIRROR && touch "${TARGET}/grml-live/bootstrap" + $DEBOOTSTRAP $RELEASE $TARGET $MIRROR && touch "${TARGET}/grml-live/bootstrap" fi }