We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ece6b84 + e32a417 commit d9e5087Copy full SHA for d9e5087
1 file changed
targets/qemu.mk
@@ -16,7 +16,7 @@ endif
16
17
ifeq "$(CONFIG_TPM2_TSS)" "y"
18
SWTPM_TPMVER := --tpm2
19
-SWTPM_PRESETUP := swtpm_setup --create-config-files root skip-if-exist
+SWTPM_PRESETUP := swtpm_setup --create-config-files root,skip-if-exist
20
else
21
# TPM1 is the default
22
SWTPM_TPMVER :=
@@ -111,4 +111,4 @@ run: $(TPMDIR)/.manufacture $(ROOT_DISK_IMG) $(MEMORY_SIZE_FILE) $(USB_FD_IMG)
111
$(QEMU_USB_TOKEN_DEV) \
112
113
stty sane
114
- @echo
+ @echo
0 commit comments