sfdisk: document script GPT headers

Add first-lba, last-lba and table-length to the sfdisk man page.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-09-12 12:26:06 +02:00
parent 1a6f970363
commit aef79c1f8e
1 changed files with 9 additions and 0 deletions

View File

@ -313,6 +313,15 @@ Specify the partition table type. For example \fBdos\fR or \fBgpt\fR.
.B label-id .B label-id
Specify the partition table identifier. It should be a hexadecimal number Specify the partition table identifier. It should be a hexadecimal number
(with a 0x prefix) for MBR and a UUID for GPT. (with a 0x prefix) for MBR and a UUID for GPT.
.TP
.B first-lba
Specify the first usable sector for GPT partitions.
.TP
.B last-lba
Specify the last usable sector for GPT partitions.
.TP
.B table-length
Specify the maximal number of GPT partitions.
.RE .RE
.sp .sp
Note that it is only possible to use header lines before the first partition Note that it is only possible to use header lines before the first partition