Move config to..

This commit is contained in:
zenobit 2025-02-18 03:30:31 +01:00
parent 65cbb47498
commit b3aa246faa
2 changed files with 1 additions and 3 deletions

View File

@ -6,6 +6,7 @@ HOMEPAGE="https://www.microsoft.com/en-us/windows-server"
DESCRIPTION="Platform for building an infrastructure of connected applications, networks, and web services"
CREDENTIALS="-"
RELEASES="2022 2019 2016"
GUEST="windows-server"
function releases_() {
echo 2022 2019 2016

View File

@ -613,9 +613,6 @@ function make_vm_config() {
windows)
GUEST="windows"
IMAGE_TYPE="iso";;
windows-server)
GUEST="windows-server"
IMAGE_TYPE="iso";;
*)
GUEST="linux"
IMAGE_TYPE="iso";;