readd skiptask updatebase to updatebase.GRMLBASE
authorMichael Prokop <mika@grml.org>
Sun, 27 Nov 2011 01:29:12 +0000 (02:29 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 27 Nov 2011 01:29:15 +0000 (02:29 +0100)
Otherwise we're running 'aptitude update' even on with -b option. :-/

etc/grml/fai/config/hooks/updatebase.GRMLBASE

index 108b1ec..3a7b9af 100755 (executable)
@@ -27,6 +27,9 @@ fi
 if [ "$FAI_ACTION" = "softupdate" ] ; then
    echo "Action $FAI_ACTION of FAI (hooks/updatebase.GRMLBASE) via grml-live running"
 
+   # otherwise we're running 'aptitude update' even on with -b option
+   skiptask updatebase
+
    ## based on FAI's lib/updatebase:
    # some packages must access /proc even in chroot environment
    if ! [ -d $FAI_ROOT/proc/1 ] ; then