summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud