mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
feat: Display wait message
This commit is contained in:
parent
3516206310
commit
eae75cdb45
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ set -Eeuo pipefail
|
|||
: "${ATTENDED:="N"}"
|
||||
: "${VERSION:="win11x64"}"
|
||||
|
||||
# Display wait message
|
||||
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="-tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0 $ARGUMENTS"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue