Browse Source

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

master
Harald Hoyer 13 years ago
parent
commit
28eb2436c8
  1. 2
      test/TEST-50-MULTINIC/client-init

2
test/TEST-50-MULTINIC/client-init

@ -5,6 +5,6 @@ export TERM=linux @@ -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…
Cancel
Save