From 257c5205bbfa87293ae91a676786167ffbeaf723 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 5 May 2010 19:18:12 -0400 Subject: Revert last commit .. This might not work on Nano --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc b/etc/rc index 8ab144e..ac3b8b5 100755 --- a/etc/rc +++ b/etc/rc @@ -66,7 +66,7 @@ echo -n "Mounting filesystems..." # Mount /. If it fails run a fsck. if [ ! "$PLATFORM" = "cdrom" ] ; then - /sbin/mount -a / || (/sbin/fsck -fy; /sbin/mount -uw /) + /sbin/mount -uw / || (/sbin/fsck -fy; /sbin/mount -uw /) # If /conf is a directory, convert it to a symlink # to /cf/conf -- cgit v1.1