mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 17:31:09 +01:00
These are three new options that have recently been added to Bastille, one of which is required to keep using this extension (bastille_network_vnet_type)
40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
bastille_prefix="/usr/local/bastille"
|
|
bastille_backupsdir="${bastille_prefix}/backups"
|
|
bastille_migratedir="${bastille_prefix}/migrate"
|
|
bastille_cachedir="${bastille_prefix}/cache"
|
|
bastille_jailsdir="${bastille_prefix}/jails"
|
|
bastille_releasesdir="${bastille_prefix}/releases"
|
|
bastille_templatesdir="${bastille_prefix}/templates"
|
|
bastille_logsdir="${bastille_prefix}/logs"
|
|
bastille_pf_conf="${bastille_prefix}/pf.conf"
|
|
bastille_sharedir="/usr/local/share/bastille"
|
|
bastille_bootstrap_archives="base"
|
|
bastille_tzdata="etc/UTC"
|
|
bastille_resolv_conf="/etc/resolv.conf"
|
|
bastille_url_freebsd="http://ftp.freebsd.org/pub/FreeBSD/releases/"
|
|
bastille_url_hardenedbsd="https://installers.hardenedbsd.org/pub/"
|
|
bastille_url_midnightbsd="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
|
|
bastille_url_midnightbsd="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
|
|
bastille_zfs_enable=""
|
|
bastille_zfs_zpool=""
|
|
bastille_zfs_prefix="bastille"
|
|
bastille_zfs_options="-o compress=lz4 -o atime=off"
|
|
bastille_compress_xz_options="-0 -v"
|
|
bastille_decompress_xz_options="-c -d -v"
|
|
bastille_compress_gz_options="-1 -v"
|
|
bastille_decompress_gz_options="-k -d -c -v"
|
|
bastille_network_vnet_type="if_bridge"
|
|
bastille_network_loopback=""
|
|
bastille_network_pf_ext_if="ext_if"
|
|
bastille_network_pf_table="jails"
|
|
bastille_network_shared=""
|
|
bastille_network_gateway=""
|
|
bastille_network_gateway6=""
|
|
bastille_template_base="default/base"
|
|
bastille_template_empty=""
|
|
bastille_template_thick="default/thick"
|
|
bastille_template_clone="default/clone"
|
|
bastille_template_thin="default/thin"
|
|
bastille_template_vnet="default/vnet"
|
|
bastille_template_vlan="default/vlan"
|