summaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit12
1 files changed, 2 insertions, 10 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 53969d8..d1bf60a 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -39,14 +39,6 @@ run_hook sysinit_start
# log all console messages
bootlogd -p /run/bootlogd.pid
-if [[ ! -a /usr/lib ]] ; then
- printf "${C_FAIL}/usr is not mounted. This is not supported.${C_OTHER}\n"
-fi
-
-if ! grep -q devtmpfs /proc/filesystems; then
- printf "${C_FAIL}Your kernel does not have devtmpfs support. This is not supported.${C_OTHER}\n"
-fi
-
HWCLOCK_PARAMS="--systz"
case $HARDWARECLOCK in
"") ;;
@@ -120,8 +112,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