]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Modify the check script so that 40network will only load as a
authorVictor Lowther <victor.lowther@gmail.com>
Sat, 30 May 2009 03:58:21 +0000 (22:58 -0500)
committerVictor Lowther <victor.lowther@gmail.com>
Sat, 30 May 2009 04:07:56 +0000 (23:07 -0500)
dependency on another module.

modules.d/40network/check

index 77d876b5de98a0056267bd6148213817013ad410..79a6d978fe3dff193afb9977573cad12c750e4bf 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 which ip dhclient hostname >/dev/null 2>&1 || exit 1
-exit 0
\ No newline at end of file
+exit 255
+