On 29.01.2014 17:59, Steven Rosenberg wrote:
> What worked for me was adding a line pointing to my swap space to the
> GRUB bootline:
> 
> resume=/dev/path/to/swap
> 
> Find where your swap is with swapon:
> 
> $ swapon -s

SWAP != RAM
I'm pretty sure Suvayu wrote "systemd-suspend.service" i.e. about S3. ;)
$ man 8 systemd-suspend.service
S3 != S4

S3 == Suspend to RAM(STR) aka Suspension
S4 == Suspend to Disk(STD) aka Hibernation

Resume == Wake up from S3
Thaw == Wake up from S4

It's common for people to mix all these expressions, hence the confusion.

> I wrote this up here:
> http://stevenrosenberg.net/blog/linux/fedora/2014_0118_suspend_resume_in_fedora_20

man 7 dracut.kernel i.e. man 7 dracut.cmdline

man 5 dracut.conf - add_device+=" /dev/disk/by-uuid/… "
for swap on LVM, encrypted and RAID1 slices.

Besides for me 'thaw' works without that directive,
when it works at all. :)


poma


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to