TEST-50-MULTINIC: change /dev/.initramfs to /dev/.run/initramfs
parent
4877bb510e
commit
28eb2436c8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue