From 6bd9bf8f66ae68ab3be48577ca223d0f47947512 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 8 Jun 2012 10:05:38 -0400 Subject: use systemd-remount-fs to remount root This has the added bonus of scanning /etc/fstab and remounting API filesystems should they be explicitly defined with extra options. Signed-off-by: Dave Reisner --- rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 876542a..58f3216 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -119,8 +119,8 @@ run_hook sysinit_postfsck # Single-user login and/or automatic reboot if needed fsck_reboot $fsckret -status "Remounting Root" \ - mount -o remount / +status "Remounting Root and API filesystems" \ + /usr/lib/systemd/systemd-remount-fs # now mount all the local filesystems run_hook sysinit_premount -- cgit v1.2.3