[Fai-commit] r5303 - in trunk: bin debian

Thomas Lange lange at alioth.debian.org
Thu Apr 9 12:04:16 UTC 2009


Author: lange
Date: 2009-04-09 12:04:16 +0000 (Thu, 09 Apr 2009)
New Revision: 5303

Modified:
   trunk/bin/make-fai-nfsroot
   trunk/debian/changelog
Log:
make-fai-nfsroot: call apt-get update when using -k (closes: #507892)

Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2009-04-09 10:39:40 UTC (rev 5302)
+++ trunk/bin/make-fai-nfsroot	2009-04-09 12:04:16 UTC (rev 5303)
@@ -6,7 +6,7 @@
 # make-fai-nfsroot -- create nfsroot directory and add additional packages
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 2000-2008 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2000-2009 by Thomas Lange, lange at informatik.uni-koeln.de
 # Universitaet zu Koeln
 # (c) 2004      by Henning Glawe, glaweh at physik.fu-berlin.de
 # Freie Universitaet Berlin
@@ -475,6 +475,7 @@
 	fdivert /usr/sbin/update-initramfs
 	ln -s /bin/true $NFSROOT/usr/sbin/fai
     fi
+    $ROOTCMD apt-get update
     LC_ALL=C add_packages_nfsroot
     kernel_install
     run_hooks

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-04-09 10:39:40 UTC (rev 5302)
+++ trunk/debian/changelog	2009-04-09 12:04:16 UTC (rev 5303)
@@ -5,6 +5,7 @@
   * fai-cd: use a pipe when sending commands to grub
   * ftar, fcopy: add info about the other tool
   * new file live.conf will disable some messages during booting
+  * make-fai-nfsroot: call apt-get update when using -k (closes: #507892)
 
   [ Michael Tautschnig ]
   * setup-storage: Bumped version number to 1.0.4
@@ -55,7 +56,7 @@
     initialization of encrypted partitions configurable
   * setup-storage.8: Document new encryption possibilities
 
- -- Thomas Lange <lange at debian.org>  Thu, 09 Apr 2009 12:39:09 +0200
+ -- Thomas Lange <lange at debian.org>  Thu, 09 Apr 2009 14:04:00 +0200
 
  (3.2.17) unstable; urgency=medium
 




More information about the Fai-commit mailing list