[Debconf-video-commits] r833 - fai-config/hooks

Holger Levsen holger at alioth.debian.org
Sat Apr 13 11:50:17 UTC 2013


Author: holger
Date: 2013-04-13 11:50:16 +0000 (Sat, 13 Apr 2013)
New Revision: 833

Added:
   fai-config/hooks/updatebase.DEFAULT
Log:
update sources.list first, to avoid running softupdate twice

Added: fai-config/hooks/updatebase.DEFAULT
===================================================================
--- fai-config/hooks/updatebase.DEFAULT	                        (rev 0)
+++ fai-config/hooks/updatebase.DEFAULT	2013-04-13 11:50:16 UTC (rev 833)
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# update sources.list first, in any case
+fcopy /etc/apt/sources.list 
+fcopy -r /etc/apt/sources.list.d
+
+apt-get update




More information about the Debconf-video-commits mailing list