summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2009-06-15 16:42:08 +0000
committerlulf <lulf@FreeBSD.org>2009-06-15 16:42:08 +0000
commiteca2e0d9c3e04b2b4cc06ef5f641401df4853889 (patch)
tree5b537aa574897271c756f84a612528564082c2c0
parent6c3ef803748ce7303a01ef8459715bcb1d977b04 (diff)
downloadFreeBSD-src-eca2e0d9c3e04b2b4cc06ef5f641401df4853889.zip
FreeBSD-src-eca2e0d9c3e04b2b4cc06ef5f641401df4853889.tar.gz
- Remove old and add new valid flags for the chunk structure.
Submitted by: randi
-rw-r--r--lib/libdisk/libdisk.313
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3
index 43e7ba1..525513f 100644
--- a/lib/libdisk/libdisk.3
+++ b/lib/libdisk/libdisk.3
@@ -181,14 +181,7 @@ These are the valid
.Ql flags
values for a
.Ql struct chunk .
-.Bl -tag -offset indent -width CHUNK_BSD_COMPATXX
-.It CHUNK_PAST_1024
-This chunk cannot be booted from because it extends past cylinder 1024.
-.It CHUNK_BSD_COMPAT
-This chunk is in the
-.Bx Ns -compatibility ,
-and has a short name too, i.e.\&
-.Ql wd0s4f -> wd0f .
+.Bl -tag -offset indent -width CHUNK_AUTO_SIZEXX
.It CHUNK_ALIGN
This chunk should be aligned.
.It CHUNK_IS_ROOT
@@ -202,6 +195,10 @@ This is the active slice in the MBR.
Force a dedicated disk for
.Fx ,
bypassing all BIOS geometry considerations.
+.It CHUNK_AUTO_SIZE
+This chunk was auto-sized and can fill out any deleted following chunks.
+.It CHUNK_NEWFS
+newfs pending, used to enable auto-resizing on delete (along with AUTO_SIZE).
.El
.Pp
The
OpenPOWER on IntegriCloud