]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
specify dhcpd.conf path for test server
authorHarald Hoyer <harald@redhat.com>
Mon, 8 Jun 2009 12:49:00 +0000 (14:49 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 8 Jun 2009 12:49:00 +0000 (14:49 +0200)
test/TEST-40-NBD/server-init

index 1bdc4cc08c47bae4d276ea8f85249841a71b3a38..aa6a17bef397b1dd79636e6b78896ed2ee51452c 100755 (executable)
@@ -10,7 +10,7 @@ ip addr add 192.168.50.1/24 dev eth0
 ip link set eth0 up
 nbd-server 2000 /dev/sdb -C /dev/null
 >/var/lib/dhcpd/dhcpd.leases
-dhcpd
+dhcpd -cf /etc/dhcpd.conf
 sh -i
 # Wait forever for the VM to die
 while sleep 60; do sleep 60; done