From 87207782fdbfdc949008b5badc7c631ee1d58c21 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 7 Sep 2005 00:19:59 +0000 Subject: Try to mount / and /cf manually. If we do a mount -w -a then it hangs ont he memory disk!? --- etc/rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc b/etc/rc index a90580b..52a8003 100755 --- a/etc/rc +++ b/etc/rc @@ -43,7 +43,10 @@ fi /sbin/conscontrol mute off >/dev/null # Mount all. If it fails run a fsck. -/sbin/mount -w -a || /sbin/fsck -y +/sbin/mount -w / || /sbin/fsck -y +if grep cf test.txt; then + /sbin/mount -w /cf || /sbin/fsck -y +fi if [ "$PLATFORM" = "cdrom" ] ; then echo "No swap on ${PLATFORM}" -- cgit v1.1