auto now hosts django apps
added devfs_rule configs for jails configure mail ipv6 settings windows2019 VM
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2018-2020, diyIT.org
|
||||
# Copyright (c) 2018-2019, diyIT.org
|
||||
# All rights reserved.
|
||||
#
|
||||
# BSD 2-Clause License ("Simplified BSD License" or "FreeBSD License")
|
||||
@ -28,6 +28,8 @@ kern.geom.label.gptid.enable="0"
|
||||
# Increase dmesg buffer to fit longer boot output.
|
||||
kern.msgbufsize="524288"
|
||||
|
||||
kern.racct.enable=1
|
||||
|
||||
# ZFS root boot config
|
||||
zfs_load="YES"
|
||||
vfs.root.mountfrom="zfs:zroot/ROOT/default"
|
||||
|
@ -110,3 +110,7 @@ add path vmm.io/* unhide
|
||||
add path tap* unhide
|
||||
add path zvol/ship/raw/* unhide
|
||||
add path nmdm* unhide
|
||||
|
||||
[devfs_rules_tun_jail=3000]
|
||||
add include $devfsrules_jail
|
||||
add path tun* unhide
|
||||
|
@ -15,7 +15,9 @@ ServerName update.FreeBSD.org
|
||||
#Components src world kernel
|
||||
|
||||
# Example for updating the userland and the kernel source code only:
|
||||
Components src world
|
||||
#Components src world
|
||||
Components world
|
||||
# manually run - svnlite update /usr/src - before recompiling the kernel
|
||||
|
||||
# Paths which start with anything matching an entry in an IgnorePaths
|
||||
# statement will be ignored.
|
||||
|
Reference in New Issue
Block a user