mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Move TPM init
This commit is contained in:
parent
7a8e78519c
commit
f723174f37
1 changed files with 0 additions and 3 deletions
|
|
@ -5,9 +5,6 @@ set -Eeuo pipefail
|
|||
: "${EXTERNAL:="N"}"
|
||||
: "${VERSION:="win11x64"}"
|
||||
|
||||
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"
|
||||
|
||||
[[ "${VERSION,,}" == "http"* ]] && EXTERNAL="Y"
|
||||
|
||||
[[ "${VERSION,,}" == "11" ]] && VERSION="win11x64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue