]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
cms/cmsifup.sh: do not use ifup -m
authorHarald Hoyer <harald@redhat.com>
Tue, 1 Sep 2015 15:21:53 +0000 (17:21 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 1 Sep 2015 15:21:53 +0000 (17:21 +0200)
we don't want to bring the interface up several times

modules.d/80cms/cmsifup.sh

index b3616504823f94342c933e20462eb29de955bca3..9ffe971acafe8a4d0c2e225ab0ec71632df343ca 100755 (executable)
@@ -37,4 +37,4 @@ fi
 IFACES="$IFACES $DEVICE"
 echo "$IFACES" >> /tmp/net.ifaces
 
-ifup $DEVICE -m
+exec ifup "$DEVICE"