From 1180f8edc0095bea43788bde958640edcfffb401 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 6 Nov 2024 10:29:17 +0800 Subject: [PATCH] meta-encrypted-storage/README.md: update The luks-setup.sh is renamed to luks-setup in cryptfs-tpm2[1]. Update README.md to adapt this change. [1] https://github.com/jiazhang0/cryptfs-tpm2/commit/820c4947787e436c8d30dbb37ef5f1feedbc2585 Signed-off-by: Yi Zhao --- meta-encrypted-storage/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-encrypted-storage/README.md b/meta-encrypted-storage/README.md index 8f07d7f..ebaae01 100644 --- a/meta-encrypted-storage/README.md +++ b/meta-encrypted-storage/README.md @@ -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. @@ -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 ```