From 486ec65745f5da361b104bb2ee94fb47ceed4d07 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 8 Apr 2011 12:45:25 +0200 Subject: [PATCH] TEST-01-BASIC: softlink fstab to proc/mounts in test-init --- test/TEST-01-BASIC/test-init | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TEST-01-BASIC/test-init b/test/TEST-01-BASIC/test-init index efd16e7..fd03aa5 100755 --- a/test/TEST-01-BASIC/test-init +++ b/test/TEST-01-BASIC/test-init @@ -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 -- 2.7.4