Update define.sh

This commit is contained in:
Kroese 2025-03-14 13:15:30 +01:00 committed by GitHub
parent 64d9c1d4d3
commit 1818626db0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -421,6 +421,7 @@ printVersion() {
"win95"* ) desc="Windows 95" ;;
"win2k"* ) desc="Windows 2000" ;;
"winvista"* ) desc="Windows Vista" ;;
"win2019-hv"* ) desc="Hyper-V Server" ;;
"win2003"* ) desc="Windows Server 2003" ;;
"win2008"* ) desc="Windows Server 2008" ;;
"win2012"* ) desc="Windows Server 2012" ;;
@ -466,7 +467,7 @@ printEdition() {
edition="Education"
;;
*"-hv" )
edition="Hyper-V"
edition="2019"
;;
*"-iot" | *"-iot-eval" )
edition="LTSC"