Uncommented suspend2 support from bug #114266.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 13 Apr 2006 15:41:39 +0000 (15:41 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 13 Apr 2006 15:41:39 +0000 (15:41 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@375 67a159dc-881f-0410-a524-ba9dfbe2cb84

generic/linuxrc

index dd49dc881ae999d3162809e6316dc6c831591d0f..28d11c62a6f2226e2bcdb4b0d683a014b1c2b288 100644 (file)
@@ -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' ]