test/TEST-50-MULTINIC/client-init.sh: skip MAC marker files

master
Harald Hoyer 2014-02-28 13:26:13 +01:00
parent be1c0381e5
commit 3a62030116
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export PS1='initramfs-test:\w\$ '
stty sane stty sane
echo "made it to the rootfs! Powering down." echo "made it to the rootfs! Powering down."
for i in /run/initramfs/net.*.did-setup; do for i in /run/initramfs/net.*.did-setup; do
strstr "$i" ":*:*:*:*:" && continue
i=${i%.did-setup} i=${i%.did-setup}
IFACES+="${i##*/net.} " IFACES+="${i##*/net.} "
done done