Remove obsolete code, update config

This commit is contained in:
Jose
2020-02-09 09:45:16 -04:00
parent cc2dd777eb
commit 55d7978cce
4 changed files with 7 additions and 21 deletions

View File

@@ -8,11 +8,15 @@ 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="http://installer.hardenedbsd.org/pub/hardenedbsd/"
bastille_zfs_enable=""
bastille_zfs_zpool=""
bastille_zfs_prefix="bastille"
bastille_zfs_mountpoint="${bastille_prefix}"
bastille_zfs_options="-o compress=lz4 -o atime=off"
bastille_compress_xz_options="-0 -v"
bastille_decompress_xz_options="-c -d -v"
bastille_jail_loopback=""
bastille_jail_interface=""
bastille_jail_external=""