Skip to content

Commit

Permalink
Feature luks: Add more documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Jul 8, 2022
1 parent b57d58f commit 8c8c7da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/luks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,18 @@ Feature adds the ability to boot from LUKS partition.

## Configuration file

These configs cannot be put into the initramfs at the same time. A `/etc/luks.keys`
will take precedence over `/etc/crypttab`.

### /etc/crypttab

The `/etc/crypttab` file describes encrypted block devices that are set up during
system boot.

> **NOTE** You don't need to put this config manually. If `/etc/crypttab` is
> present in the system and if the `luks` feature is active then the config file
> will be parsed and copied. The keys specified in crypttab will also be copied.
Empty lines and lines starting with the "#" character are ignored. Each of the
remaining lines describes one encrypted block device. Fields are delimited by
white space.
Expand Down

0 comments on commit 8c8c7da

Please sign in to comment.