Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2024 13:56:39 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9f9289901c86 - stable/14 - bsdlabel: add BUGS section documenting 8 partition limit
Message-ID:  <202404021356.432DudpH021980@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=9f9289901c86e88c7eb357ecfe3334369356b1b0

commit 9f9289901c86e88c7eb357ecfe3334369356b1b0
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-03-25 22:25:05 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-04-02 13:56:28 +0000

    bsdlabel: add BUGS section documenting 8 partition limit
    
    PR:             276517
    (cherry picked from commit 7dc5c6c4120ee6d5a028a1e01cdc1bfbe9499634)
---
 sbin/bsdlabel/bsdlabel.8 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8
index 9228bba78d4b..a1ff2a78f1f0 100644
--- a/sbin/bsdlabel/bsdlabel.8
+++ b/sbin/bsdlabel/bsdlabel.8
@@ -504,3 +504,8 @@ The
 .Nm disklabel
 utility appeared in
 .Bx 4.3 Tahoe .
+.Sh BUGS
+.\" PR276517
+The disklabel scheme supports up to 20 partitions, but
+.Nm
+supports only 8 partitions.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404021356.432DudpH021980>