windows: 添加 vmd 驱动

This commit is contained in:
bin456789
2024-10-14 22:41:01 +08:00
parent 275af9eae9
commit 89800f18ed
4 changed files with 78 additions and 22 deletions

View File

@ -3186,7 +3186,7 @@ for o in ci installer debug minimal allow-ping \
passwd: password: \
ssh-port: \
rdp-port: \
web-port: \
web-port: http-port: \
allow-ping: \
commit: \
force: \
@ -3259,7 +3259,7 @@ while true; do
rdp_port=$2
shift 2
;;
--web-port)
--web-port | --http-port)
is_port_valid $2 || error_and_exit "Invalid $1 value: $2"
web_port=$2
shift 2