mkdir /var/run for dhclient
authorHarald Hoyer <harald@redhat.com>
Mon, 18 May 2009 12:08:02 +0000 (14:08 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 18 May 2009 12:08:02 +0000 (14:08 +0200)
modules.d/40network/install

index 059c2b5..3b50b32 100755 (executable)
@@ -7,3 +7,4 @@ instmods =networking ecb arc4
 inst_rules "$moddir/60-net.rules"
 inst_hook pre-pivot 10 "$moddir/kill-dhclient.sh"
 inst_hook pre-mount 70 "$moddir/run-dhclient.sh"
+mkdir -p "${initdir}/var/run"