Fix hibernation #120
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/os#120
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/120/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The resumeDevice and kernel
resume
parameter were being used wrong.Only
boot.resumeDevice
is necessary, and it should point at the blockdevice that holds the swapfile. If you are running on encrypted
volumes, this means you will need to use the name of the decrypted
block device on which the swapfile sits.
🛌 👍