fix case with new format

This commit is contained in:
Lanius 2022-02-20 10:06:59 +01:00
parent da034972e5
commit f575f29ae2

View File

@ -678,11 +678,6 @@ function make_vm_config() {
IMAGE_FILE="${1}"
ISO_FILE="${2}"
case "${OS}" in
alma | android | archlinux | debian | elementary | fedora | kali | \
garuda | kdeneon | linuxmint* | nixos* | opensuse | oraclelinux | \
popos | regolith | rockylinux | slackware | solus | *ubuntu* | zorin )
GUEST="linux"
IMAGE_TYPE="iso";;
freebsd )
GUEST="freebsd"
IMAGE_TYPE="iso";;