summaryrefslogtreecommitdiff
path: root/libexec/rc
diff options
context:
space:
mode:
authorMike Karels <karels@FreeBSD.org>2022-12-10 19:40:33 +0000
committerMike Karels <karels@FreeBSD.org>2023-01-13 19:15:35 +0000
commit2726074f81c51f3a1f8b3162f37e82258576299e (patch)
tree48769e07bfe9e240d82fe3714993fea48747dcbc /libexec/rc
parent67fc403e362967a1601750899d9344c8f1e81923 (diff)
Diffstat (limited to 'libexec/rc')
-rw-r--r--libexec/rc/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index e4f1ebe39de3..6b3aacacda61 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -120,6 +120,8 @@ fsck_y_flags="-T ffs:-R -T ufs:-R" # Additional flags for fsck -y
background_fsck="YES" # Attempt to run fsck in the background where possible.
background_fsck_delay="60" # Time to wait (seconds) before starting the fsck.
growfs_enable="NO" # Set to YES to attempt to grow the root filesystem on boot
+growfs_swap_size="" # Set to 0 to disable growfs swap, "" to default size,
+ # size in bytes to specify swap size.
netfs_types="nfs:NFS smbfs:SMB" # Net filesystems.
extra_netfs_types="NO" # List of network extra filesystem types for delayed
# mount at startup (or NO).