[Fai-commit] r6149 - branches/stable/3.4/bin

Michael Prokop mika at alioth.debian.org
Fri Oct 15 11:04:27 UTC 2010


Author: mika
Date: 2010-10-15 11:04:11 +0000 (Fri, 15 Oct 2010)
New Revision: 6149

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

Modified: branches/stable/3.4/bin/make-fai-nfsroot
===================================================================
--- branches/stable/3.4/bin/make-fai-nfsroot	2010-10-15 09:43:33 UTC (rev 6148)
+++ branches/stable/3.4/bin/make-fai-nfsroot	2010-10-15 11:04:11 UTC (rev 6149)
@@ -364,6 +364,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