aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.sysinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 72981f6..9d56c9f 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -195,8 +195,8 @@ run_hook sysinit_postfsck
# Single-user login and/or automatic reboot if needed
fsck_reboot $fsckret
-status "Remounting Root Read/Write" \
- mount -n -o remount,rw /
+status "Remounting Root" \
+ mount -n -o remount /
# force linkage of /etc/mtab to the kernel
[[ -L /etc/mtab ]] || ln -sf /proc/self/mounts /etc/mtab