updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / uswsusp-git / uswsusp.install
blob048e05c3bc7c616ea6a4acd45102092882c9518a
1 post_install() {
2   cat << EOF
3 ==> The new Software Suspend does not use kernel parameters
4 ==> to determine the suspend partition, instead it consults
5 ==> /etc/suspend.conf when booting.
6 ==> You MUST edit this file before you update your initrd.
7 ==> Point the "resume device" variable to your swap partition.
9 ==> You will need to update your mkinitcpio.conf file to
10 ==> include the hook uresume.  Replace your 'resume' hook
11 ==> with 'uresume'.  If you do not have a resume hook the
12 ==> uresume hook must go before filesystems but after ide,
13 ==> sata, and/or scsi.
14 ==> Do not get this wrong.  Then rebuild the ramdisk with
15 ==> '# mkinitcpio -p kernel26' (or what else needed for the kernel you use)
16 EOF
20 op=$1
21 shift
22 $op $*