X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=autoconfig.functions;h=2f7e3132ea50acd160d71e9e741a2527d489f5ef;hb=5673bdaf4ac40eef79d2a3303fd8904bb5952340;hp=2c75fdda4df437958b5e49a850dd61f75b05a713;hpb=cd68869e72d137823298bc6b10eb76948b237f6d;p=grml-autoconfig.git diff --git a/autoconfig.functions b/autoconfig.functions index 2c75fdd..2f7e313 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -613,18 +613,6 @@ fi } # }}} -# {{{ Bring up loopback interface now -config_local_net(){ - if [ -z "$INSTALLED" ] ; then - if grep -q 'iface lo inet loopback' /etc/network/interfaces 2>/dev/null ; then - grep -q lo=lo /etc/network/run/ifstate 2>/dev/null || ifup lo - else - ifconfig lo up - fi - fi -} -# }}} - # {{{ copy passwd-lockfile to ramdisk (fix unionfs-behaviour) # otherwise we will get: passwd: Authentication token lock busy config_fix_passwd(){