From f4e1966f03cf049bf9f927540a774c38eb31a8bd Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 27 Nov 2011 02:29:12 +0100 Subject: [PATCH] readd skiptask updatebase to updatebase.GRMLBASE Otherwise we're running 'aptitude update' even on with -b option. :-/ --- etc/grml/fai/config/hooks/updatebase.GRMLBASE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/grml/fai/config/hooks/updatebase.GRMLBASE b/etc/grml/fai/config/hooks/updatebase.GRMLBASE index 108b1ec..3a7b9af 100755 --- a/etc/grml/fai/config/hooks/updatebase.GRMLBASE +++ b/etc/grml/fai/config/hooks/updatebase.GRMLBASE @@ -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 -- 2.1.4