Bug 256725

Summary: etcupdate bootstrap reference should be etcupdate extract
Product: Documentation Reporter: tech-lists
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: ceri, grahamperrin, imp
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263317

Description tech-lists 2021-06-20 02:25:49 UTC
Hi,

In the handbook at https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld in section 24.5.6.1 for the first run of etcupdate it says to use etcupdate bootstrap which is wrong (it doesn't work). It should be corrected to etcupdate extract.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-20 04:22:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=dfde7327ba09ed2d49891a6a677ddeeccafc04cb

commit dfde7327ba09ed2d49891a6a677ddeeccafc04cb
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-06-20 04:14:39 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-06-20 04:20:13 +0000

    handbook/cutting-edge: fix etcupdate bootstrapping

    One bootstraps with etcupdate extract, not etcupdate bootstrap, so
    change the one example to use extract.

    PR:             256725
    Sponsored by:   Netflix

 documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)