From 9b3ef75cd227db3d66d2189dc6e405dfa4aa0de1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 9 May 2008 17:16:11 +0000 Subject: initscripts: Remove mtab madness from checkroot.sh since it doesn't work with busybox mount and a symlink to proc is much easier git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4458 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/initscripts/initscripts-1.0/checkroot.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'meta/packages/initscripts/initscripts-1.0/checkroot.sh') diff --git a/meta/packages/initscripts/initscripts-1.0/checkroot.sh b/meta/packages/initscripts/initscripts-1.0/checkroot.sh index 8255038c3..c96c7b88c 100755 --- a/meta/packages/initscripts/initscripts-1.0/checkroot.sh +++ b/meta/packages/initscripts/initscripts-1.0/checkroot.sh @@ -152,14 +152,7 @@ fi mount -n -o remount,$rootmode / if test "$rootmode" = rw then - if test ! -L /etc/mtab - then - rm -f /etc/mtab~ /etc/nologin - : > /etc/mtab - fi - mount -f -o remount / - mount -f /proc - test "$devfs" && grep -q '^devfs /dev' /proc/mounts && mount -f "$devfs" + ln -sf /proc/mounts /dev/mtab fi : exit 0 -- cgit v1.2.3