Back out suspend2 support temporarily as per #114266c10.
authorTim Yamin <plasmaroo@gentoo.org>
Mon, 5 Dec 2005 23:19:41 +0000 (23:19 +0000)
committerTim Yamin <plasmaroo@gentoo.org>
Mon, 5 Dec 2005 23:19:41 +0000 (23:19 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@333 67a159dc-881f-0410-a524-ba9dfbe2cb84

generic/linuxrc

index 88093fe8262b10222e4004df4171d98016e4ee49..0478a0c1d8107948a1a6b48705c0b14b7734e5f8 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 "${GOOD}>>${NORMAL}${BOLD} Activating suspend2 resume..."
-       echo > /proc/suspend2/do_resume
-fi
+# activate suspend2
+if [ -w /proc/suspend2/do_resume ]
+then
+#      echo "${GOOD}>>${NORMAL}${BOLD} Activating suspend2 resume..."
+#      echo > /proc/suspend2/do_resume
+fi
 
 # Set up symlinks
 if [ "$0" = '/init' ]