X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=50d45a23576e88ebe3024c781814c558f6014e1b;hp=90f177946d96901abcec720f9eded2cc1891c577;hb=fb47c847262014f0f1ba111013f027f3fa61d3d6;hpb=92f3c4199f70b190026261a118a1148b7cb1a201 diff --git a/autoconfig.functions b/autoconfig.functions index 90f1779..50d45a2 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -2341,7 +2341,7 @@ if checkbootparam "debnet" ; then mkdir /etc/network/run umount /mnt ; eend $? einfo "Starting network." - /etc/init.d/networking start ; eend $? + invoke-rc.d networking start ; eend $? else eerror "/etc/network/interfaces not found." ; eend 1 fi