X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fhooks%2Fupdatebase.GRMLBASE;h=9e0913a8476a9a682640faf9d57c83df82d2d565;hb=94ef7f994663bcc9cd6553496cd7a46b4182cf91;hp=108b1ec8c85b83f70f132de7c191bc138f4d412a;hpb=94a95c08610cd864daf93d760505efd626920934;p=grml-live.git diff --git a/etc/grml/fai/config/hooks/updatebase.GRMLBASE b/etc/grml/fai/config/hooks/updatebase.GRMLBASE index 108b1ec..9e0913a 100755 --- a/etc/grml/fai/config/hooks/updatebase.GRMLBASE +++ b/etc/grml/fai/config/hooks/updatebase.GRMLBASE @@ -8,14 +8,11 @@ set -u set -e +. "$GRML_LIVE_CONFIG" # visualize chroot inside zsh: echo grml_chroot > $target/etc/debian_chroot -HOSTNAME='' -[ -r /etc/grml/grml-live.conf ] && . /etc/grml/grml-live.conf -[ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local -[ -n "$HOSTNAME" ] || HOSTNAME=grml echo "$HOSTNAME" > $target/etc/hostname if [ -n "${APT_PROXY:-}" ] ; then @@ -27,6 +24,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