Date: Sun, 6 Aug 2023 20:36:28 GMT From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 20972319d2ee - stable/13 - Fix dead reference to boot0(8) to point to boot0cfg(8). Message-ID: <202308062036.376KaSPR042696@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=20972319d2eebda83a27081756a5d85fc4ec875f commit 20972319d2eebda83a27081756a5d85fc4ec875f Author: Jens Schweikhardt <schweikh@FreeBSD.org> AuthorDate: 2022-09-16 17:08:22 +0000 Commit: Marius Strobl <marius@FreeBSD.org> CommitDate: 2023-08-06 17:26:38 +0000 Fix dead reference to boot0(8) to point to boot0cfg(8). (cherry picked from commit cf13e67730d232eb637987306b13bda100671d97) --- lib/geom/part/gpart.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8 index 832f53d1bfc6..31299831ba6b 100644 --- a/lib/geom/part/gpart.8 +++ b/lib/geom/part/gpart.8 @@ -221,7 +221,7 @@ MBR bootcode contains Volume Serial Number by default, and .Nm tries to preserve it when installing new bootstrap code. This option skips preservation to help with some versions of -.Xr boot0 8 +.Xr boot0cfg 8 that do not support Volume Serial Number. .It Fl b Ar bootcode Embed bootstrap code from the file
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062036.376KaSPR042696>