@dexter https://reviews.freebsd.org/D54760 and a corresponding update for FreeBSD so you don't need to modify anything at all in the root dir
- make a new dir
- unpack base.txz and kernel.txz
- copy in the patched config.lua
# bhyveload -m 1G \
-h /tmp/root/ \
-e vfs.root.mountfrom=p9fs:devroot \
vm0
# bhyve -m 1G -A \
-l com1,stdio \
-s 0,hostbridge \
-s 3,virtio-9p,devroot=/tmp/root \
-s 31,lpc \
vm0
(note to self, if you use arm64 kernel on an amd64 host bhyve does not work)
"(note to self, if you use arm64 kernel on an amd64 host bhyve does not work)"
Heh, that would really be impressive if it did though! 😉
@teajaygrey @dch How did y’all know I am working on #OccamBSD… on ARM64?
@dexter my successful nerdsniping worked as planned... #ThisIsTheWay
@dch The public record will show my advocacy of 9pfs… I told Pat that we’ll have vm-bhyve for quite some time.