From 503e9ada12d38394381442a944d5c9da847800b6 Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Fri, 21 Jul 2017 21:48:13 -0400 Subject: Initial commit of support for moving main partition table to arbitrary location on disk (within limits based on existing partitions). --- sgdisk.8 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sgdisk.8') diff --git a/sgdisk.8 b/sgdisk.8 index d073f33..274ceb3 100644 --- a/sgdisk.8 +++ b/sgdisk.8 @@ -280,6 +280,14 @@ unique GUID and the translation of \fBsgdisk\fR's internal partition type code to a plain type name. The \fI\-i\fR option displays this information for a single partition. +.TP +.B \-j, \-\-adjust\-main\-table=sector +Adjust the location of the main partition table. This value is normally 2, +but it may need to be increased in some cases, such as when a +system\-on\-chip (SoC) is hard\-coded to read boot code from sector 2. I +recommend against adjusting this value unless doing so is absolutely +necessary. + .TP .B \-l, \-\-load\-backup=file Load partition data from a backup file. This option is the reverse of the -- cgit v1.2.1