TEST-01-BASIC: softlink fstab to proc/mounts in test-init
authorHarald Hoyer <harald@redhat.com>
Fri, 8 Apr 2011 10:45:25 +0000 (12:45 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 8 Apr 2011 11:25:18 +0000 (13:25 +0200)
test/TEST-01-BASIC/test-init

index efd16e7..fd03aa5 100755 (executable)
@@ -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