X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=scripts%2F01_bootstrap.sh;h=ef6ea1e08bbd8e43791fba9d367205e08e435189;hb=870edc858247330fb2d0d09056334572f343627e;hp=492893226ef9a6cdb4cbebdf8d6efb5f46651682;hpb=5358b1f90c26e12a8492475a2199a5cfa34a8278;p=grml-live.git 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 }