updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / uswsusp-splashy-git / uswsusp.install
blobda2841114e5b0e10c417de5a39046505c6ea2c6c
1 post_install() {
2   cat << EOF
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)
20 EOF
24 post_upgrade() {
25         post_install
28 op=$1
29 shift
30 $op $*