[SCM] debian-live branch, master, updated. 1.0.0-1-12-g5429824

Daniel Baumann daniel at debian.org
Wed Aug 27 16:21:27 UTC 2008


The following commit has been merged in the master branch:
commit 542982447d669b12d2b40c55cfe369422cd54bf5
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Aug 27 18:08:51 2008 +0200

    Replacing Chroot(); call for removing the udev persistent-net rules with a direct rm call to avoid beeing expanded by the shell based on the build systems files.

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index 4ea2b87..a202179 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -43,7 +43,7 @@ Check_lockfile .lock
 Create_lockfile .lock
 
 # Removing udev mac caching rule
-Chroot "rm -f /etc/udev/rules.d/*persistent-net.rules"
+rm -f chroot/etc/udev/rules.d/*persistent-net.rules
 
 case "${LH_BINARY_IMAGES}" in
 	net)

-- 
debian-live



More information about the debian-live-changes mailing list