default rc.conf: Add new growfs_swap_size variable
Add new growfs_swap_size variable with a default value of the empty string, along with comments on other settings. Used by the growfs script. Differential Revision: https://reviews.freebsd.org/D37464
This commit is contained in:
@@ -122,6 +122,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).
|
||||
|
||||
Reference in New Issue
Block a user