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:
parent
0073da16b1
commit
492c2876ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue