X-Git-Url: https://vcs.fsf.org/?p=fai-configs.git;a=blobdiff_plain;f=scripts%2FFAIBASE%2F30-interface;h=6668efbd965a0c1b0a01cd4324c4bcdb525b7bb5;hp=783867f3adaca523aa7634dfa5220f5475508bef;hb=2d2767dca27be7ec7a704cd4feefb86c84b9607b;hpb=b129bde70de58a0d61522c6a3fd9de74046dc7f3;ds=sidebyside diff --git a/scripts/FAIBASE/30-interface b/scripts/FAIBASE/30-interface index 783867f..6668efb 100755 --- a/scripts/FAIBASE/30-interface +++ b/scripts/FAIBASE/30-interface @@ -10,6 +10,13 @@ then iface lo inet loopback iface eth0 inet dhcp EOF +elif ifclass NW_MGR && [ $FAI_ACTION != "softupdate" ] +then + cat > $target/etc/network/interfaces <<-EOF + # generated by FAI + auto lo + iface lo inet loopback +EOF elif [ $FAI_ACTION != "softupdate" ] then [ -n "$IPADDR" ] && cat > $target/etc/network/interfaces <<-EOF