mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-02 19:05:27 +00:00
docs: Fix a typo on the doc for tpm
swtpm accepts --tpmstate option Signed-off-by: Yuji Hagiwara <yuuzi41@gmail.com>
This commit is contained in:
parent
1fd5384062
commit
47a7ebe434
@ -30,7 +30,7 @@ process should be started to listen at the input socket. Below is an
|
|||||||
example invocation of swtpm process.
|
example invocation of swtpm process.
|
||||||
|
|
||||||
```
|
```
|
||||||
swtpm socket --tmpstate dir=/var/run/swtpm \
|
swtpm socket --tpmstate dir=/var/run/swtpm \
|
||||||
--ctrl type=unixio,path="/var/run/swtpm.socket" \
|
--ctrl type=unixio,path="/var/run/swtpm.socket" \
|
||||||
--flags startup-clear \
|
--flags startup-clear \
|
||||||
--tpm2
|
--tpm2
|
||||||
|
Loading…
Reference in New Issue
Block a user