docs: document one-time hibernation enablement
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,3 +25,14 @@ Everything is symlinked into `~/.config` via `install.sh`, with packages listed
|
|||||||
git clone git@github.com:YOURNAME/dotfiles.git
|
git clone git@github.com:YOURNAME/dotfiles.git
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
./install.sh
|
./install.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
### One-time hibernation enablement
|
||||||
|
|
||||||
|
Hibernation requires a persistent swap file, kernel resume parameters, and a regenerated UKI. Run once, then reboot:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo bash scripts/enable-hibernation.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
After reboot, `systemctl hibernate` will work, and lid close / 30-min idle will suspend-then-hibernate per the tracked logind config.
|
||||||
|
|||||||
Reference in New Issue
Block a user