Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 3, 2020 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbruner/2e469cf22bfdacf0e318eae103be5258 to your computer and use it in GitHub Desktop.
Save kbruner/2e469cf22bfdacf0e318eae103be5258 to your computer and use it in GitHub Desktop.
Generated cbsd initenv
---cut here ---
# cbsd initenv preseed file for nucklehead host
# refer to the /usr/local/cbsd/share/initenv.conf
# for description.
#
nodeip="192.168.0.10"
jnameserver="9.9.9.9,149.112.112.112"
nodeippool="10.0.0.0/16 192.168.0.10/24"
nat_enable="pf"
fbsdrepo="1"
zfsfeat="1"
parallel="5"
stable="0"
sqlreplica="0"
statsd_bhyve_enable="1"
statsd_jail_enable="0"
statsd_hoster_enable="1"
ipfw_enable="0"
nodename="nucklehead"
racct="1"
natip="192.168.0.10"
initenv_modify_sudoers="0"
initenv_modify_rcconf_hostname=""
initenv_modify_rcconf_cbsd_workdir="1"
initenv_modify_rcconf_cbsd_enable="1"
initenv_modify_rcconf_rcshutdown_timeout="1"
initenv_modify_syctl_rcshutdown_timeout="1"
initenv_modify_rcconf_cbsdrsyncd_enable=""
initenv_modify_rcconf_cbsdrsyncd_flags=""
initenv_modify_cbsd_homedir="1"
workdir="/usr/cbsd"
---end of cut---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment