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 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