added openbsd guest support

This commit is contained in:
2025-07-23 20:28:21 +02:00
parent 8cd2eb5a05
commit 732d0a4ee8
10 changed files with 319 additions and 157 deletions

View File

@ -74,7 +74,7 @@
{
"id": 8,
"name": "FreeBSD 14.3 UFS",
"os_type": "freebsd",
"os_type": "BSD",
"variant": "freebsd14.2",
"url": "https://download.freebsd.org/ftp/snapshots/VM-IMAGES/14.3-STABLE/amd64/Latest/FreeBSD-14.3-STABLE-amd64-BASIC-CLOUDINIT-ufs.qcow2.xz",
"origin_image_name": "FreeBSD-14.3-STABLE-amd64-BASIC-CLOUDINIT-ufs.qcow2.xz",
@ -83,11 +83,20 @@
{
"id": 9,
"name": "FreeBSD 14.3 ZFS",
"os_type": "freebsd",
"os_type": "BSD",
"variant": "freebsd14.2",
"url": "https://download.freebsd.org/ftp/snapshots/VM-IMAGES/14.3-STABLE/amd64/Latest/FreeBSD-14.3-STABLE-amd64-BASIC-CLOUDINIT-zfs.qcow2.xz",
"origin_image_name": "FreeBSD-14.3-STABLE-amd64-BASIC-CLOUDINIT-zfs.qcow2.xz",
"md5sum": "https://download.freebsd.org/ftp/snapshots/VM-IMAGES/14.3-STABLE/amd64/Latest/CHECKSUM.SHA512"
}
} ,
{
"id": 10,
"name": "OpenBSD 7.7 generic",
"os_type": "BSD",
"variant": "openbsd7.6",
"url": "",
"origin_image_name": "openbsd-generic.qcow2",
"md5sum": ""
}
]
}