From b420829c5fe4441038c125789b1dd3eafb61457c Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 13 Dec 2011 22:10:14 +0100 Subject: allow ro root We no longer force root to be rw, but follow what is set in fstab. Things might not work well if root is mounted ro, but now we at least have the possibility of chasing down problems elsewhere. This implements FS#9384. Signed-off-by: Tom Gundersen --- rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.sysinit') 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 -- cgit v1.2.3