mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +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" ;;
|
||||
"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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue