TEST-50-MULTINIC: change /dev/.initramfs to /dev/.run/initramfs

master
Harald Hoyer 2011-03-10 19:49:08 +01:00
parent 4877bb510e
commit 28eb2436c8
1 changed files with 1 additions and 1 deletions

View File

@ -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