growfs(7): conditionalize mention of adding dump device

The growfs_fstab script will add a new swap partition as a dump
device as well, but only if dumpdev is set to AUTO.

MFC after:	3 days
Reviewed by:	pauamma
Differential Revision:	https://reviews.freebsd.org/D38166
This commit is contained in:
Mike Karels 2023-01-23 08:37:07 -06:00
parent 047153b416
commit 7d189f6698

View File

@ -56,7 +56,12 @@ The
script adds any new swap partition to
.Pa /etc/fstab
after the root file system is made writable,
and enables its use as a dump partition.
and enables its use as a dump partition if the
.Va dumpdev
variable from
.Xr rc.conf 5
is set to
.Li AUTO .
.Pp
The following options in
.Pa /etc/rc.conf