Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 405827 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/lib/dracut/modules.d/98usrmount/mount-usr.sh.orig (+1 lines)
Lines 10-15 Link Here
10
    local _dev _mp _fs _opts _rest _usr_found _ret
10
    local _dev _mp _fs _opts _rest _usr_found _ret
11
    # check, if we have to mount the /usr filesystem
11
    # check, if we have to mount the /usr filesystem
12
    while read _dev _mp _fs _opts _rest; do
12
    while read _dev _mp _fs _opts _rest; do
13
		[ "$_dev" = "${_dev###}" ] || continue
13
        if [ "$_mp" = "/usr" ]; then
14
        if [ "$_mp" = "/usr" ]; then
14
            case "$_dev" in
15
            case "$_dev" in
15
                LABEL=*)
16
                LABEL=*)

Return to bug 405827