diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-22 18:59:23 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-22 18:59:41 +0000 |
| commit | 1ca439a216a0415e409218c1ebbcbbd4ff89d75c (patch) | |
| tree | 9e3baf32b5a539a87fe59612f88bb4f144ab4d58 | |
| parent | 53a3d4760eb90c89bf04636c957511882d7f347d (diff) | |
etcupdate: Recommend building when bootstrapping
Since building is no longer the default, add -b to the bootstrapping
examples as they are likely to be run with a tree that hasn't been
built.
MFC after: 1 week
Fixes: ddf6fad0295a ("etcupdate: Make nobuild the default")
Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D57643
| -rw-r--r-- | usr.sbin/etcupdate/etcupdate.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/etcupdate/etcupdate.8 b/usr.sbin/etcupdate/etcupdate.8 index 9c070dae4ecb..3a240ebfc1d8 100644 --- a/usr.sbin/etcupdate/etcupdate.8 +++ b/usr.sbin/etcupdate/etcupdate.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 27, 2026 +.Dd June 18, 2026 .Dt ETCUPDATE 8 .Os .Sh NAME @@ -699,7 +699,7 @@ before updating the source tree to start the next world upgrade cycle. First, generate a reference tree: .Pp -.Dl "etcupdate extract" +.Dl "etcupdate extract -b" .Pp Second, use the @@ -725,7 +725,7 @@ The reference tree for .Nm can then be generated via: .Pp -.Dl "etcupdate extract -s /path/to/tree" +.Dl "etcupdate extract -b -s /path/to/tree" .Pp The .Cm diff |
