From 895b6b6202b913147e0b583523c6f174f93fdad4 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Mon, 26 Dec 2011 18:32:17 +0100 Subject: [PATCH] Run apt-get update during softupdate FAI doesn't seem to do it, maybe we prevent it somewhere. --- etc/grml/fai/config/hooks/instsoft.GRMLBASE | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.1.4