Skip to content

Commit d5a0ef3

Browse files
authored
configuration.md - add hint about adding encrypted swaps manually
1 parent 519407e commit d5a0ef3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@ Importing this module will run `btrfs device scan` and pull btrfs modules.
319319

320320
When enabled, attempts to resume after hibernation if resume= is passed on the kernel command line.
321321

322+
If you have an encrypted swap partition, also add it like:
323+
324+
```toml
325+
[cryptsetup.swap]
326+
uuid = "x"
327+
```
328+
322329
### Cryptographic modules
323330

324331
Several cryptographic modules are provided, mostly to assist in mounting encrypted volumes and handling keyfiles.

0 commit comments

Comments
 (0)