]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-50-MULTINIC: change /dev/.initramfs to /dev/.run/initramfs
authorHarald Hoyer <harald@redhat.com>
Thu, 10 Mar 2011 18:49:08 +0000 (19:49 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 10 Mar 2011 18:49:08 +0000 (19:49 +0100)
test/TEST-50-MULTINIC/client-init

index a65a68684872bf343d049b82f3ab5c28a3e9f949..52b24dd263dcf79d771c71ad64b07e2c582811d1 100755 (executable)
@@ -5,6 +5,6 @@ export TERM=linux
 export PS1='initramfs-test:\w\$ '
 stty sane
 echo "made it to the rootfs! Powering down."
-echo OK $(cat /dev/.initramfs/net.ifaces) > /dev/sda
+echo OK $(cat /dev/.run/initramfs/net.ifaces) > /dev/sda
 #sh -i
 poweroff -f