Lines Matching refs:resume
23 or an usb stick prior to resume. So you need an initrd, that sets
24 up dm-crypt and then asks swsusp to resume from the encrypted
28 a way that the swap device you suspend to/resume from has
37 resume partition, so your kernel .config contains:
65 initrd that allows you to resume from encrypted swap and that
66 continues boot with your mini system on /dev/hda1 if resume
104 echo 254:0 > /sys/power/resume
119 First we have to decide if we want to try to resume, or not.
120 We will not resume if booting with "noresume" or any parameters
125 device if we don't want to resume. The line "echo 254:0 > /sys/power/resume"
126 then attempts to resume from the first device mapper device.
127 Note that it is important to set the device in /sys/power/resume,
129 If resume starts, script execution terminates here.