mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 11:45:50 +00:00
Update define.sh
This commit is contained in:
parent
64d9c1d4d3
commit
1818626db0
1 changed files with 2 additions and 1 deletions
|
|
@ -421,6 +421,7 @@ printVersion() {
|
||||||
"win95"* ) desc="Windows 95" ;;
|
"win95"* ) desc="Windows 95" ;;
|
||||||
"win2k"* ) desc="Windows 2000" ;;
|
"win2k"* ) desc="Windows 2000" ;;
|
||||||
"winvista"* ) desc="Windows Vista" ;;
|
"winvista"* ) desc="Windows Vista" ;;
|
||||||
|
"win2019-hv"* ) desc="Hyper-V Server" ;;
|
||||||
"win2003"* ) desc="Windows Server 2003" ;;
|
"win2003"* ) desc="Windows Server 2003" ;;
|
||||||
"win2008"* ) desc="Windows Server 2008" ;;
|
"win2008"* ) desc="Windows Server 2008" ;;
|
||||||
"win2012"* ) desc="Windows Server 2012" ;;
|
"win2012"* ) desc="Windows Server 2012" ;;
|
||||||
|
|
@ -466,7 +467,7 @@ printEdition() {
|
||||||
edition="Education"
|
edition="Education"
|
||||||
;;
|
;;
|
||||||
*"-hv" )
|
*"-hv" )
|
||||||
edition="Hyper-V"
|
edition="2019"
|
||||||
;;
|
;;
|
||||||
*"-iot" | *"-iot-eval" )
|
*"-iot" | *"-iot-eval" )
|
||||||
edition="LTSC"
|
edition="LTSC"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue