[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:slackware_admin:swapfile_hibernation [2012/12/01 13:35 (UTC)] – [Hibernation with LVM, LUKS and a Swapfile] fl0howtos:slackware_admin:swapfile_hibernation [2012/12/01 14:26 (UTC)] – [Sources] fl0
Line 101: Line 101:
   find . -print0 | cpio -ov -0 --format=newc | gzip -9 > /boot/initrd-swapfile.gz   find . -print0 | cpio -ov -0 --format=newc | gzip -9 > /boot/initrd-swapfile.gz
  
-<note>i recommend you to test this initrd first with another bootentry</note>+<note>i recommend to test this initrd first with another bootentry</note>
   image = /boot/vmlinuz   image = /boot/vmlinuz
   initrd = /boot/initrd-swapfile.gz   initrd = /boot/initrd-swapfile.gz
Line 116: Line 116:
    
 ====== Sources ====== ====== Sources ======
-Arch Linux Wiki: [[https://wiki.archlinux.org/index.php/Swap]]+* [[https://wiki.archlinux.org/index.php/Swap]] 
 + 
 +* [[https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/193862]] 
  
 * Originally written by [[wiki:user:fl0]] * Originally written by [[wiki:user:fl0]]
 howtos:slackware_admin:swapfile_hibernation ()