From: Karel Zak Date: Wed, 12 Sep 2018 10:26:06 +0000 (+0200) Subject: sfdisk: document script GPT headers X-Git-Tag: v2.33-rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aef79c1f8e721433a534ff489e367f378c52bc0f;p=thirdparty%2Futil-linux.git sfdisk: document script GPT headers Add first-lba, last-lba and table-length to the sfdisk man page. Signed-off-by: Karel Zak --- diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8 index 8f614b946d..4ea7cf363c 100644 --- a/disk-utils/sfdisk.8 +++ b/disk-utils/sfdisk.8 @@ -313,6 +313,15 @@ Specify the partition table type. For example \fBdos\fR or \fBgpt\fR. .B label-id Specify the partition table identifier. It should be a hexadecimal number (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 .sp Note that it is only possible to use header lines before the first partition