diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-03 22:10:42 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-03 22:10:42 -0500 |
commit | e082a9745b0976709e34a9ac9db6fd3283029d4e (patch) | |
tree | b312d1bf377c7fe6579f76f2bb150f9ee996195d /scripts/hostclass | |
parent | 969c377ac6c01e8e3874a0b4822dc42a001c14cb (diff) | |
download | infrastructure-e082a9745b0976709e34a9ac9db6fd3283029d4e.tar.gz |
updates for freebsd 14.2-RELEASE
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/freebsd_hypervisor | 3 | ||||
-rw-r--r-- | scripts/hostclass/pkg_repository | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/scripts/hostclass/freebsd_hypervisor b/scripts/hostclass/freebsd_hypervisor index cbd9c92..4e392e7 100644 --- a/scripts/hostclass/freebsd_hypervisor +++ b/scripts/hostclass/freebsd_hypervisor @@ -81,4 +81,5 @@ service devfs restart # Enable jails/bhyve to start on boot. sysrc -v \ vmctl_enable=YES \ - jail_enable=YES + jail_enable=YES \ + jail_reverse_stop=YES diff --git a/scripts/hostclass/pkg_repository b/scripts/hostclass/pkg_repository index b6dff4a..5ed852d 100644 --- a/scripts/hostclass/pkg_repository +++ b/scripts/hostclass/pkg_repository @@ -1,6 +1,6 @@ #!/bin/sh -: ${poudriere_versions:='14.1-RELEASE'} +: ${poudriere_versions:='14.2-RELEASE'} : ${poudriere_jobs:="$nproc"} : ${poudriere_dataset:="${state_dataset:-zroot}"} : ${poudriere_make_jobs_number:='8'} |