[Fai-commit] r6118 - trunk/bin

Thomas Lange lange at alioth.debian.org
Wed Oct 6 14:45:16 UTC 2010


Author: lange
Date: 2010-10-06 14:45:09 +0000 (Wed, 06 Oct 2010)
New Revision: 6118

Modified:
   trunk/bin/make-fai-nfsroot
Log:
reinclude code which is needed (closes: #599305)


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2010-10-05 15:21:35 UTC (rev 6117)
+++ trunk/bin/make-fai-nfsroot	2010-10-06 14:45:09 UTC (rev 6118)
@@ -354,6 +354,8 @@
 	find etc/init ! -type d | egrep -v "fai|udev|hostname|mountall|mounted" | xargs -r rm
     fi
 
+    # this second rm of the same file is needed!
+    rm -f etc/udev/rules.d/70-persistent-net.rules 
     # definition for loopback device
     echo "iface lo inet loopback" > etc/network/interfaces
 




More information about the Fai-commit mailing list