X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Fupdatebase.GRMLBASE;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Fupdatebase.GRMLBASE;h=e38754d681be0262b34d941c3fcb26bc7ef76ded;hp=6cf2c9b30b19f179d7ad96d331cc07809b78f787;hb=1e9092e9b8d1f13b9c26dc2c0d1e6b49c9e4d15b;hpb=8d897e713d3564c8b10b0202bb928719024e956b 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"