From a271c1af486e857beab8241890910b29f6b104e1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 18 Jan 2024 10:25:55 +0100 Subject: [PATCH] fix: Remove loglevel (#345) --- src/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot.sh b/src/boot.sh index f608050..3d2827d 100644 --- a/src/boot.sh +++ b/src/boot.sh @@ -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