From 492c2876ac54eb73e43d6e37699aeb27d05bbe65 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Wed, 27 Aug 2008 18:08:51 +0200
Subject: 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.

---
 helpers/lh_chroot_hacks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
cgit v1.0