Add required files from FreeBSD 13.0 base release, update config

This commit is contained in:
JRGTH
2021-07-09 03:57:48 -04:00
parent fb87e16d15
commit 9cf9ca4e88
11 changed files with 3917 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ 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_loopback=""
bastille_network_shared=""
bastille_network_gateway=""