Added patch for suspend2-sources 2.6.18 by Romeo Benzoni <romeo@benzoni.org> and submitted to bug #148499.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@446 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 19 years ago
parent b931ed00a0
commit 5f05e410b3

@ -672,7 +672,7 @@ setup_unionfs() {
}
suspend2_resume() {
if [ -d /proc/suspend2 ]; then
if [ -d /proc/suspend2 ] || [ -d /sys/power/suspend2 ]; then
local splash_theme
if grep "splash=" /proc/cmdline > /dev/null 2>&1; then

Loading…
Cancel
Save