3 ==> If suspend to ram doesn't work, read the README.s2ram-whitelist.
4 ==> You might have to add your machine to whitelist.c and rebuild.
5 ==> Be sure to let the suspend-devel list know!
7 ==> The new Software Suspend does not use kernel parameters
8 ==> to determine the suspend partition, instead it consults the
9 ==> /etc/suspend.conf file when booting.
10 ==> Add your resume device and uncomment the 'splash = y' line.
11 ==> You MUST edit this file before you update your initrd.
13 ==> You will need to update your mkinitcpio.conf file to
14 ==> include the hook uresume. Replace your 'resume' hook
15 ==> with 'uresume'. If you do not have a resume hook the
16 ==> uresume hook must go before filesystems but after ide,
17 ==> sata, and/or scsi. Do not get this wrong.
18 ==> Then rebuild the ramdisk with 'mkinitcpio -p kernel26'
19 ==> (or what else needed for the kernel you use)