Do not "exit" if boot option nonetworking is set but "return" instead
authorMichael Prokop <mika@grml.org>
Fri, 20 Sep 2013 14:32:55 +0000 (16:32 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 20 Sep 2013 14:32:55 +0000 (16:32 +0200)
commit61895ec815db2d6dc078873149f7bc8118f9d055
treec9d53b356cfefb4fb73399ca1c874097bc423805
parentfca7fd1b679768a986efa956ffe0e16dc419a7a9
Do not "exit" if boot option nonetworking is set but "return" instead

Nowadays we're running under one main script which sources all
the further scripts. If we 'exit' in a script then we'd just exit
the main init sequence, resulting in a kernel trace because the
realâ„¢ init hasn't been found/executed.

Thanks to Florian Ermisch <floh.edo@googlemail.com> for the initial bug report
debian/patches/15_networking_grml.patch