Do I need Poudriere to do that?Yes and I bake in kld_list=i915kms to rc.conf so it works oob.
I use Poudriere to generate my MFS images.
Sure as long as you can install packages inside your mfsroot image.Can't I just have a standalone script?
mfsBSD scripts include installing packages and adding configuration files to the image.Do I need Poudriere to do that?
Can't I just have a standalone script?
drm-61-kmod
gpu-firmware-intel-kmod
hostname="example.home"
keymap="uk"
sshd_enable="YES"
kld_list="i915kms"
Yes, it's possible. 15.0 support was added on Jan. 3 2026:Is it possible to build mfsBSD based on 15.0 yet?
git pull in an existing local repository, or checkout into a new directory.mfsbsd # ls -1 mfsbsd-15.0-RELEASE-p1-amd64.i*
mfsbsd-15.0-RELEASE-p1-amd64.img
mfsbsd-15.0-RELEASE-p1-amd64.iso
# sh /usr/share/examples/bhyve/vmrun.sh -c 1 -m 1g -d mfsbsd-15.0-RELEASE-p1-amd64.img mfsbsd
# sh /usr/share/examples/bhyve/vmrun.sh -c 1 -m 1g -i -I mfsbsd-15.0-RELEASE-p1-amd64.iso mfsbsd
bhyvectl --destroy --vm=mfsbsd ps aux | grep cu, then kill(1) first "cu" PID.