Swap: Difference between revisions

Jopejoe1 (talk | contribs)
m add closing bracket
 
(One intermediate revision by one other user not shown)
Line 61: Line 61:
   enable = true;  
   enable = true;  
   writebackDevice = "/dev/sda1"
   writebackDevice = "/dev/sda1"
};
</nowiki>
</nowiki>
}}
}}
Line 167: Line 168:
You will need to weigh between the two.
You will need to weigh between the two.


Using a random key makes hibernation impossible. If you want to use hibernation, use a regular [[Full Disk Encryption]] scheme with an unchanging key.
Using a random key makes hibernation impossible. If you want to use hibernation, use a regular [[Full Disk Encryption]] (or partial disk encryption with LUKS) scheme with an unchanging key.


== Adjusting swap usage behaviour ==
== Adjusting swap usage behaviour ==