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

Collapse All | Expand All

(-)genkernel-3.4.0/generic/linuxrc.orig (-1 / +1 lines)
Lines 22-29 Link Here
22
	exit 1
22
	exit 1
23
fi
23
fi
24
24
25
mount -o remount,rw / >/dev/null 2>&1
26
mount -t proc proc /proc >/dev/null 2>&1
25
mount -t proc proc /proc >/dev/null 2>&1
26
mount -o remount,rw / >/dev/null 2>&1
27
27
28
# activate suspend2
28
# activate suspend2
29
if [ -w /proc/suspend2/do_resume ]
29
if [ -w /proc/suspend2/do_resume ]

Return to bug 143442