Browse Source

TEST-01-BASIC: softlink fstab to proc/mounts in test-init

master
Harald Hoyer 14 years ago
parent
commit
486ec65745
  1. 1
      test/TEST-01-BASIC/test-init

1
test/TEST-01-BASIC/test-init

@ -8,6 +8,7 @@ echo "dracut-root-block-success" >/dev/sda1 @@ -8,6 +8,7 @@ echo "dracut-root-block-success" >/dev/sda1
export TERM=linux
export PS1='initramfs-test:\w\$ '
[ -f /etc/mtab ] || ln -sfn /proc/mounts /etc/mtab
[ -f /etc/fstab ] || ln -sfn /proc/mounts /etc/fstab
stty sane
echo "made it to the rootfs!"
strstr "$CMDLINE" "rd.shell" && sh -i

Loading…
Cancel
Save