We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0bf56 commit 852d187Copy full SHA for 852d187
1 file changed
dracut/50flatcar-network/parse-ip-for-networkd.sh
@@ -121,6 +121,7 @@ for p in $(getargs ip=); do
121
mkdir -p /etc/systemd/network
122
echo '[Match]' > $_net_file
123
_dev=${dev:-"*"}; echo "Name=$_dev" >> $_net_file
124
+ echo "Type=!loopback" >> $_net_file
125
echo '[Link]' >> $_net_file
126
[ -n "$macaddr" ] && echo "MACAddress=$macaddr" >> $_net_file
127
[ -n "$mtu" ] && echo "MTUBytes=$mtu" >> $_net_file
0 commit comments