From d8d5e511a275f76579ddbdc2820304d960d49903 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 5 May 2010 19:14:55 -0400 Subject: Use mount -a instead of -uw Ticket #444 --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc b/etc/rc index ac3b8b5..8ab144e 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 -uw / || (/sbin/fsck -fy; /sbin/mount -uw /) + /sbin/mount -a / || (/sbin/fsck -fy; /sbin/mount -uw /) # If /conf is a directory, convert it to a symlink # to /cf/conf -- cgit v1.1