summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2017-07-21 21:48:13 -0400
committerRod Smith <rodsmith@rodsbooks.com>2017-07-21 21:48:13 -0400
commit503e9ada12d38394381442a944d5c9da847800b6 (patch)
tree9ee8654a5dd22cea6fb0cf0d0b161c4bb764400e /NEWS
parente7452642ac5fa514bd359bc3f93b6b46b1714213 (diff)
downloadsgdisk-503e9ada12d38394381442a944d5c9da847800b6.tar.gz
Initial commit of support for moving main partition table to arbitrary
location on disk (within limits based on existing partitions).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e2f1cf..31e9a15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
-1.0.2 (?/??/2016):
+1.0.2 (?/??/2017):
------------------
+- Added new option: 'j' on the experts' menu in gdisk;
+ '-j/--move-main-table={sector}' in sgdisk. This option enables relocating
+ the main partition table from sector 2 (the default location) to somewhere
+ else on the disk. The main reason I know of to do this is if the disk is
+ to be used with a system-on-chip (SoC) computer, some of which require the
+ boot loader to be located at sector 2. If you pass this option the default
+ value of 2, it has the effect of reducing the padding placed between the
+ main partition table and the first usable sector value created by the
+ Linux fdisk tool.
+
- Updated man pages with new recommendations for ESP and BIOS Boot Partition
sizes.