Author: arighi
Date: 2007-10-04 10:39:27 -0500 (Thu, 04 Oct 2007)
New Revision: 4290
Modified:
trunk/etc/getimage.exclude
Log:
- fix: automatically exclude udev network persistent naming rules (Debian)
Do not include udev network persistent naming rules in the image. These udev
rules contain persistent device names specific to the mac addresses of the
network card found on the golden client.
Imaging with these persistent naming rules does not correctly bring up the
configured network interfaces of the clients.
Modified: trunk/etc/getimage.exclude
===================================================================
--- trunk/etc/getimage.exclude 2007-10-02 15:13:06 UTC (rev 4289)
+++ trunk/etc/getimage.exclude 2007-10-04 15:39:27 UTC (rev 4290)
@@ -17,3 +17,7 @@
# Skip persistent names associated to the network interfaces (Ubuntu).
/etc/iftab
+
+# udev network persistent naming rules (Debian).
+/etc/udev/rules.d/z25_persistent-net.rules
+/etc/udev/rules.d/z45_persistent-net-generator.rules
|