[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.0.61-1-17-g8c538e2

Guido Günther agx at sigxcpu.org
Sat Feb 20 13:52:35 UTC 2010


The following commit has been merged in the master branch:
commit a2be87e70ad6b463c53ced6573909932f91687a0
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Feb 20 14:05:13 2010 +0100

    don't use the host's MAC address

diff --git a/appliance/debian/modules/y0_install-guestfsd b/appliance/debian/modules/y0_install-guestfsd
index c95e4f0..02cdab0 100755
--- a/appliance/debian/modules/y0_install-guestfsd
+++ b/appliance/debian/modules/y0_install-guestfsd
@@ -30,3 +30,6 @@ rm -rf "$DEBIRF_ROOT"/usr/share/man/
 echo $PWD
 install -o root -g root -m 0755 ../daemon/guestfsd "$DEBIRF_ROOT"/sbin/guestfsd
 install -o root -g root -m 0755 init "$DEBIRF_ROOT"/sbin/init
+
+# don't use the host's MAC address
+rm -rf "$DEBIRF_ROOT"/etc/udev/rules.d/*-persistent-net.rules

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list