Skip to content

Commit

Permalink
meta-encrypted-storage/README.md: update
Browse files Browse the repository at this point in the history
The luks-setup.sh is renamed to luks-setup in cryptfs-tpm2[1]. Update
README.md to adapt this change.

[1] jiazhang0/cryptfs-tpm2@820c494

Signed-off-by: Yi Zhao <[email protected]>
  • Loading branch information
yizhao1 committed Nov 6, 2024
1 parent 9a08fbe commit 1180f8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta-encrypted-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ memory.
To access the encryped partition, follow the instruction "Open the LUKS partition"
and then manually mount /dev/mapper/$name to a mount point.

#### Use case 2: luks-setup.sh
#### Use case 2: luks-setup
This script provides a semi automatic method to set up LUKS partition. The user
still needs to manually create the filesystem on top of the newly created LUKS
partition.
Expand All @@ -77,11 +77,11 @@ partition.
In runtime, for example, create LUKS partition on /dev/sdb1 with the
name "my_luks_part":
```
# luks-setup.sh -d /dev/sdb1 -n my_luks_part -e
# luks-setup -d /dev/sdb1 -n my_luks_part -e
```
Note: if TPM is detected, the passphrase will be generated automatically.

For more uses about luks-setup.sh, run it with -h option.
For more uses about luks-setup, run it with -h option.

##### Retrieve the passphrase
```
Expand Down

0 comments on commit 1180f8e

Please sign in to comment.