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

Collapse All | Expand All

(-)a/modules.d/50plymouth/plymouth-pretrigger.sh (-2 / +2 lines)
Lines 15-21 if ! getarg rd_NO_PLYMOUTH; then Link Here
15
15
16
    info "Starting plymouth daemon"
16
    info "Starting plymouth daemon"
17
    [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session
17
    [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session
18
    /lib/udev/console_init tty0
18
    # Workaround for 006.  To be restored in next release.
19
    #/lib/udev/console_init tty0
19
    /bin/plymouth --show-splash 2>&1 | vinfo
20
    /bin/plymouth --show-splash 2>&1 | vinfo
20
fi
21
fi
21
22
22
- 

Return to bug 324705