Move config to..

This commit is contained in:
zenobit 2025-02-18 03:34:19 +01:00
parent 2fd7815c54
commit 59d69d23ba
3 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,7 @@ BASEDOF="-"
HOMEPAGE="https://www.freebsd.org"
DESCRIPTION="Operating system used to power modern servers, desktops, and embedded platforms"
CREDENTIALS="-"
GUEST="freebsd"
function releases_() {
#shellcheck disable=SC2046,SC2005

View File

@ -5,6 +5,7 @@ BASEDOF="FreeBSD"
HOMEPAGE="https://www.ghostbsd.org"
DESCRIPTION="Simple, elegant desktop BSD Operating System"
CREDENTIALS="-"
GUEST="freebsd"
function releases_() {
#shellcheck disable=SC2046,SC2005

View File

@ -576,9 +576,6 @@ function make_vm_config() {
easyos)
GUEST="linux"
IMAGE_TYPE="img";;
freebsd|ghostbsd)
GUEST="freebsd"
IMAGE_TYPE="iso";;
haiku)
GUEST="haiku"
IMAGE_TYPE="iso";;