docs: update readme
This commit is contained in:
parent
e90230175b
commit
f2c842b7ba
|
@ -8,7 +8,7 @@ I have encrypted partitions that I need to mount and unmount from time to time.
|
|||
|
||||
I use GPG to encrypt the keys for each partition, save them as `${uuid}.key`
|
||||
|
||||
With this tool, I can mount and unmount these partitions with one command.
|
||||
With `xmnt`, I can mount and unmount these partitions with one command.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -28,13 +28,13 @@ the key when necessary, then use the key to open `/dev/nvme0n1p2`, and mount it
|
|||
on `/boot`.
|
||||
|
||||
Directories for storing encryption keys are defined in
|
||||
`$XDG_CONFIG_HOME/xmnt/xmnt.yml`. The tool will recursively search these
|
||||
`$XDG_CONFIG_HOME/xmnt/xmnt.yml`. `xmnt` will recursively search these
|
||||
directories for keys.
|
||||
|
||||
You can also use it without defining presets. See `--help` for detailed usage.
|
||||
|
||||
## Supported partition types
|
||||
|
||||
- luks encrypted partitions (e.g. ext4). "plain" format is not supported.
|
||||
- luks encrypted partitions (e.g. ext4). luks "plain" format is not supported.
|
||||
- regular unencrypted partitions
|
||||
- zfs datasets
|
||||
- zfs datasets (`keylocation=prompt`)
|
||||
|
|
Loading…
Reference in New Issue