From aef79c1f8e721433a534ff489e367f378c52bc0f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 12 Sep 2018 12:26:06 +0200 Subject: sfdisk: document script GPT headers Add first-lba, last-lba and table-length to the sfdisk man page. Signed-off-by: Karel Zak --- disk-utils/sfdisk.8 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'disk-utils') diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8 index 8f614b946..4ea7cf363 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 -- cgit v1.2.3-55-g7522