X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Fupdatebase.GRMLBASE;h=359c7ba60a4abb7baaf7427489080d75832e8d30;hp=b47973cedd2be1985e158f147b25a2aa949984d2;hb=338bbb2a14b9680e6eab3578220b1ab6e9a5d2cc;hpb=523f85cd662d783e40bba7bc3eb12d852e4ce693 diff --git a/etc/grml/fai/config/hooks/updatebase.GRMLBASE b/etc/grml/fai/config/hooks/updatebase.GRMLBASE index b47973c..359c7ba 100755 --- a/etc/grml/fai/config/hooks/updatebase.GRMLBASE +++ b/etc/grml/fai/config/hooks/updatebase.GRMLBASE @@ -4,11 +4,14 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Dec 09 19:07:51 CET 2007 [mika] +# Latest change: Sun Dec 16 13:56:58 CET 2007 [mika] ################################################################################ if [ "$FAI_ACTION" = "softupdate" ] ; then + # we want to use our own sources.list: skiptask updatebase + # skip the task if we want to build a new ISO only: + [ -n "$BUILD_ONLY" ] && skiptask instsoft fi ## END OF FILE #################################################################