From 0a20bd27b69a6d7644257131a2e0b6484e0e25c4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 16 Jan 2024 19:39:33 +0100 Subject: [PATCH] feat: TPM in RAM --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 8ee4910..4ab4d2b 100644 --- a/src/install.sh +++ b/src/install.sh @@ -8,7 +8,7 @@ set -Eeuo pipefail MSG="Please wait while Windows is being downloaded..." /run/server.sh "Windows" "$MSG" & -ARGUMENTS="-chardev socket,id=chrtpm,path=/tmp/emulated_tpm/swtpm-sock $ARGUMENTS" +ARGUMENTS="-chardev socket,id=chrtpm,path=/dev/shm/emulated_tpm/swtpm-sock $ARGUMENTS" ARGUMENTS="-tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0 $ARGUMENTS" BASE="$VERSION.iso"