X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Fupdatebase.GRMLBASE;h=e38754d681be0262b34d941c3fcb26bc7ef76ded;hb=9d16d7a6c9686f80a18e70bc8b5e67193dc0ffba;hp=6cf2c9b30b19f179d7ad96d331cc07809b78f787;hpb=ea8df13abc59d9a9bb36ad03e11c3467762443e3;p=grml-live.git diff --git a/etc/grml/fai/config/hooks/updatebase.GRMLBASE b/etc/grml/fai/config/hooks/updatebase.GRMLBASE index 6cf2c9b..e38754d 100755 --- a/etc/grml/fai/config/hooks/updatebase.GRMLBASE +++ b/etc/grml/fai/config/hooks/updatebase.GRMLBASE @@ -49,6 +49,11 @@ if [ "$FAI_ACTION" = "softupdate" ] ; then exit # make sure we don't continue behind the following "fi" fi +if [ -n "$BOOTSTRAP_ONLY" ] ; then + echo "Skipping task configure in hooks/updatebase.GRMLBASE as BOOTSTRAP_ONLY environment is set." + skiptask configure +fi + # no softupdate but updating chroot e.g. based on /etc/grml/fai/config/basefiles/* echo "Action $FAI_ACTION of FAI (hooks/updatebase.GRMLBASE) via grml-live running"