aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.sysinit8
1 files changed, 0 insertions, 8 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 58f3216..906135c 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -38,14 +38,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
"") ;;