From aace9ba967b47ecf84092f39550e36be3c5980a6 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 13 Apr 2006 15:41:39 +0000 Subject: [PATCH] Uncommented suspend2 support from bug #114266. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@375 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- generic/linuxrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/generic/linuxrc b/generic/linuxrc index dd49dc8..28d11c6 100644 --- a/generic/linuxrc +++ b/generic/linuxrc @@ -25,12 +25,12 @@ fi mount -o remount,rw / mount -t proc proc /proc -# # activate suspend2 -# if [ -w /proc/suspend2/do_resume ] -# then -# echo -e "${GOOD}>>${NORMAL}${BOLD} Activating suspend2 resume..." -# echo > /proc/suspend2/do_resume -# fi +# activate suspend2 +if [ -w /proc/suspend2/do_resume ] +then + echo -e "${GOOD}>>${NORMAL}${BOLD} Activating suspend2 resume..." + echo > /proc/suspend2/do_resume +fi # Set up symlinks if [ "$0" = '/init' ] -- 2.26.2