mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
fix: Move TPM init
This commit is contained in:
parent
f723174f37
commit
7142d64210
1 changed files with 0 additions and 4 deletions
|
|
@ -23,10 +23,6 @@ if [[ "${DISPLAY,,}" == "web" ]]; then
|
||||||
nginx -e stderr
|
nginx -e stderr
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p /dev/shm/emulated_tpm
|
|
||||||
swtpm socket -t -d --tpmstate dir=/dev/shm/emulated_tpm --ctrl \
|
|
||||||
type=unixio,path=/dev/shm/emulated_tpm/swtpm-sock --log level=1 --tpm2
|
|
||||||
|
|
||||||
info "Booting Windows using $VERS..."
|
info "Booting Windows using $VERS..."
|
||||||
|
|
||||||
[[ "$DEBUG" == [Yy1]* ]] && set -x
|
[[ "$DEBUG" == [Yy1]* ]] && set -x
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue