8 Jun
2012
8 Jun
'12
2:58 p.m.
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 <dreisner@archlinux.org> --- rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4