docs: minor changes
This commit is contained in:
parent
8ccf04b30b
commit
6e72144272
|
@ -1,6 +1,6 @@
|
||||||
# xMnt
|
# xMnt
|
||||||
|
|
||||||
A helper for mounting encrypted partitions.
|
A tool for mounting encrypted partitions.
|
||||||
|
|
||||||
## Use case
|
## Use case
|
||||||
|
|
||||||
|
@ -8,11 +8,11 @@ I have encrypted partitions that I need to mount them from time to time.
|
||||||
|
|
||||||
I use GPG to encrypt the decryption keys for each partition, save them as `${uuid}.key`
|
I use GPG to encrypt the decryption keys for each partition, save them as `${uuid}.key`
|
||||||
|
|
||||||
With this little tool, I can mount and unmount them with one command.
|
With this tool, I can mount and unmount them with one command.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Presets are stored in "$XDG_CONFIG_HOME/xmnt/presets".
|
Presets are stored in `$XDG_CONFIG_HOME/xmnt/presets`.
|
||||||
|
|
||||||
For example, save the following content as `boot.yml` in the presets directory:
|
For example, save the following content as `boot.yml` in the presets directory:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue