From b4d7c53b80faa2943da48ba9baa3ecfc200965c8 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 11 Jun 2012 01:58:00 +0200 Subject: rc.sysinit: remove warnings These were useful in a transition period, but no need to keep them around. If /usr is not mounted we probably won't even get this far. If devtmpfs is not supported the previous mount of /dev would have given an errormessage. This was prompted by a suggeston from Igor Podlesny to improve on the error handling, which made me realise we could drop it. Signed-off-by: Tom Gundersen --- rc.sysinit | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rc.sysinit') 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 "") ;; -- cgit v1.2.3