mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
feat: Display wait message (#37)
This commit is contained in:
parent
3516206310
commit
27bb072401
2 changed files with 11 additions and 6 deletions
11
src/entry.sh
11
src/entry.sh
|
|
@ -7,9 +7,6 @@ echo "❯ For support visit https://github.com/dockur/windows"
|
|||
export DISPLAY=web
|
||||
export BOOT_MODE=windows
|
||||
|
||||
ln -sfn /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html
|
||||
websockify -D --web /usr/share/novnc/ 8006 localhost:5900 2>/dev/null
|
||||
|
||||
cd /run
|
||||
|
||||
. reset.sh # Initialize system
|
||||
|
|
@ -23,8 +20,12 @@ cd /run
|
|||
|
||||
trap - ERR
|
||||
|
||||
mkdir -p /tmp/emulated_tpm
|
||||
swtpm socket -t -d --tpmstate dir=/tmp/emulated_tpm --ctrl type=unixio,path=/tmp/emulated_tpm/swtpm-sock --log level=1 --tpm2
|
||||
ln -sfn /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html
|
||||
websockify -D --web /usr/share/novnc/ 8006 localhost:5900 2>/dev/null
|
||||
|
||||
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..."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue