feat: Support more image layouts (#54)

This commit is contained in:
Kroese 2024-01-19 01:25:39 +01:00 committed by GitHub
parent 82bccfc43d
commit 5137d513fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 166 additions and 31 deletions

View file

@ -3,6 +3,7 @@ set -Eeuo pipefail
echo " Starting Windows for Docker v$(</run/version)..."
echo " For support visit https://github.com/dockur/windows"
echo
export BOOT_MODE=windows
@ -23,7 +24,7 @@ if [[ "${DISPLAY,,}" == "web" ]]; then
nginx -e stderr
fi
info "Booting Windows using $VERS..."
echo && info "Booting Windows using $VERS..."
[[ "$DEBUG" == [Yy1]* ]] && set -x
exec qemu-system-x86_64 ${ARGS:+ $ARGS}