usrmount: always install

/usr should be mounted by initramfs even if /sbin/init lives in /
master
Alexander Tsoy 2013-11-21 20:33:38 +04:00 committed by Harald Hoyer
parent f11712ea21
commit ded4c82ace
1 changed files with 0 additions and 3 deletions

View File

@ -4,10 +4,7 @@

# called by dracut
check() {
local _init
[[ $mount_needs ]] && return 1
_init=$(readlink -f /sbin/init)
[[ "$_init" == "${_init##/usr}" ]] && return 255
return 0
}