X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=94efd88e43f566c3600bc9ad9d45650d9c1fb387;hp=90f177946d96901abcec720f9eded2cc1891c577;hb=125c37336b5ace85eceffb05e45ce858c12047cd;hpb=92f3c4199f70b190026261a118a1148b7cb1a201 diff --git a/autoconfig.functions b/autoconfig.functions index 90f1779..94efd88 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1,7 +1,7 @@ #!/bin/zsh # Filename: autoconfig.functions # Purpose: basic system configuration and hardware setup for grml system -# Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop +# Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. ################################################################################ @@ -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