This is a script/repository for generating an UNOFFICIAL FreeBSD cloud-init enabled image for use with bhyve. These images may also work with OpenStack and/or NoCloud environments.
Original code was taken from Virt-Lightning.
Usage: build.sh [-d] [-v] [-r <FreeBSD Release>] [-f <root fstype>]
-d, Enable debug mode for script AND image (sets a root password in the image). EnvVar:DEBUG
-r, FreeBSD Release to download. [Default: 15.0] EnvVar:RELEASE
-f, Root filesystem type (zfs or ufs). [Default: zfs] EnvVar:ROOT_FS
-v, Script version information.
-h, Display usage.
build.sh -r 15.0 -f zfs
build.sh -d -f ufs
Images are generated on the 15th of every month via GitHub Actions. They can be downloaded here: