Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 491778
Collapse All | Expand All

(-)a/modules.d/98usrmount/module-setup.sh (-3 lines)
Lines 3-12 Link Here
3
# ex: ts=8 sw=4 sts=4 et filetype=sh
3
# ex: ts=8 sw=4 sts=4 et filetype=sh
4
4
5
check() {
5
check() {
6
    local _init
7
    [[ $mount_needs ]] && return 1
6
    [[ $mount_needs ]] && return 1
8
    _init=$(readlink -f /sbin/init)
9
    [[ "$init" == "${init##/usr}" ]] && return 255
10
    return 0
7
    return 0
11
}
8
}
12
9

Return to bug 491778