From: Christian Hofstaedtler Date: Mon, 26 Dec 2011 17:32:17 +0000 (+0100) Subject: Run apt-get update during softupdate X-Git-Tag: v0.17.3~24 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=895b6b6202b913147e0b583523c6f174f93fdad4 Run apt-get update during softupdate FAI doesn't seem to do it, maybe we prevent it somewhere. --- diff --git a/etc/grml/fai/config/hooks/instsoft.GRMLBASE b/etc/grml/fai/config/hooks/instsoft.GRMLBASE index a3c3d2f..ea1cfd0 100755 --- a/etc/grml/fai/config/hooks/instsoft.GRMLBASE +++ b/etc/grml/fai/config/hooks/instsoft.GRMLBASE @@ -56,6 +56,10 @@ EOF $ROOTCMD apt-get -y install aptitude fi + # Update package lists (so they exist at all), so we actually can + # install software. + $ROOTCMD apt-get update + # make sure we can upgrade automatically, # even with unsigned repos, but only if user wants it if [ "${FAI_ALLOW_UNSIGNED:-}" = "1" ] ; then