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

Collapse All | Expand All

(-)./initrd.scripts.old (+1 lines)
Lines 802-807 setup_unionfs() { Link Here
802
}
802
}
803
803
804
suspend_resume() {
804
suspend_resume() {
805
	[ -c /dev/snapshot ] || mknod c 10 231
805
	[ -x /sbin/resume ] || return 0
806
	[ -x /sbin/resume ] || return 0
806
	/sbin/resume
807
	/sbin/resume
807
	local ret=$?
808
	local ret=$?

Return to bug 156445