aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-03-21 09:19:52 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-03-21 09:19:52 -0400
commit2ec2840ba04c89a7a0ecc661b0d27605d5cac15d (patch)
tree6017a538d21db5fefc56868f6fa260c50fe1d0c3
parent68a759de6179b62987b3b3ae7d420530a6eb12ad (diff)
parent0d9dbc763e641a3b0f4abf805ca25d389a41564b (diff)
downloadinfrastructure-2ec2840ba04c89a7a0ecc661b0d27605d5cac15d.tar.gz
Merge remote-tracking branch 'refs/remotes/origin/master'
-rw-r--r--scripts/hostclass/freebsd_hypervisor8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/hostclass/freebsd_hypervisor b/scripts/hostclass/freebsd_hypervisor
index 4e392e7..fcf46ba 100644
--- a/scripts/hostclass/freebsd_hypervisor
+++ b/scripts/hostclass/freebsd_hypervisor
@@ -31,14 +31,16 @@ sysrc -v kld_list+='kgssapi kgssapi_krb5'
set_sysctl vfs.zfs.vol.mode=2
# Load required kernel modules.
-load_kernel_module vmm nmdm linux linux64
+load_kernel_module vmm nmdm
set_loader_conf \
vmm_load=YES \
nmdm_load=YES \
- linux_load=YES \
- linux64_load=YES \
kern.racct.enable=1
+# Enable Linux ABI
+sysrc -v linux_enable=YES
+service linux start
+
# Install vm/jail management dependencies.
pkg install -y \
bhyve-firmware \