--- a/modules.d/98usrmount/module-setup.sh 2013-10-08 08:55:26.000000000 +0100 +++ b/modules.d/98usrmount/module-setup.sh 2013-11-20 22:01:56.307837102 +0000 @@ -3,10 +3,7 @@ # ex: ts=8 sw=4 sts=4 et filetype=sh check() { - local _init [[ $mount_needs ]] && return 1 - _init=$(readlink -f /sbin/init) - [[ "$init" == "${init##/usr}" ]] && return 255 return 0 }