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.

This commit is contained in:
Daniel Baumann 2008-08-27 18:08:51 +02:00
parent 0073da16b1
commit 492c2876ac
1 changed files with 1 additions and 1 deletions

View File

@ -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)