diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 14:13:36 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-11 14:13:36 +0800 |
commit | c0451db34bffbcf8b4c88b60c745db0b292b0df6 (patch) | |
tree | 9cefa75aae0302af3146d729d8a4adeba2044b20 | |
parent | 473d7cf3fdaa013905c3f5a879ab27f0d70affb8 (diff) | |
download | meta-secure-core-c0451db34bffbcf8b4c88b60c745db0b292b0df6.tar.gz |
README: fix a typo
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-encrypted-storage/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-encrypted-storage/README.md b/meta-encrypted-storage/README.md index 989c8be..b3d2ef4 100644 --- a/meta-encrypted-storage/README.md +++ b/meta-encrypted-storage/README.md | |||
@@ -77,7 +77,7 @@ partition. | |||
77 | In runtime, for example, create LUKS partition on /dev/sdb1 with the | 77 | In runtime, for example, create LUKS partition on /dev/sdb1 with the |
78 | name "my_luks_part": | 78 | name "my_luks_part": |
79 | ``` | 79 | ``` |
80 | # luks-setup.sh -d /dev/sdb1 -n my_luks_name -e | 80 | # luks-setup.sh -d /dev/sdb1 -n my_luks_part -e |
81 | ``` | 81 | ``` |
82 | Note: if TPM is detected, the passphrase will be generated automatically. | 82 | Note: if TPM is detected, the passphrase will be generated automatically. |
83 | 83 | ||