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

(-)initrd.scripts.ori (-1 / +1 lines)
Lines 672-678 Link Here
672
}
672
}
673
673
674
suspend2_resume() {
674
suspend2_resume() {
675
	if [ -d /proc/suspend2 ]; then
675
	if [ -d /proc/suspend2 ] || [ -d /sys/power/suspend2 ]; then
676
		local splash_theme
676
		local splash_theme
677
677
678
		if grep "splash=" /proc/cmdline > /dev/null 2>&1; then
678
		if grep "splash=" /proc/cmdline > /dev/null 2>&1; then

Return to bug 148499