fix: Remove loglevel (#345)
This commit is contained in:
parent
9f565e1407
commit
a271c1af48
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ if [[ "${BOOT_MODE,,}" != "legacy" ]]; then
|
|||
BOOT_OPTS="$BOOT_OPTS -tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0"
|
||||
|
||||
mkdir -p /dev/shm/tpm
|
||||
swtpm socket -t -d --tpmstate dir=/dev/shm/tpm --ctrl type=unixio,path=/dev/shm/tpm/swtpm-sock --log level=1 --tpm2
|
||||
swtpm socket -t -d --tpmstate dir=/dev/shm/tpm --ctrl type=unixio,path=/dev/shm/tpm/swtpm-sock --tpm2
|
||||
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue