summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2014-03-02 11:37:20 -0500
committerRoderick W. Smith <rodsmith@rodsbooks.com>2014-03-02 11:37:20 -0500
commitd28495e066ae8ea8dd37164ebaf7a52d932014f9 (patch)
tree84ae15fa4f24eaad4759e8628e3cb9fd97ab6dff /NEWS
parenta345a922606a88447d2d89e28189d5372a75ea07 (diff)
downloadsgdisk-d28495e066ae8ea8dd37164ebaf7a52d932014f9.tar.gz
Can now pass "0" as partition number to -A, -c, -t, and -u commands in
sgdisk *IF* "0" was also used as a partition number in a preceding -n command.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 09e0006..9417b97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
0.8.10 (?/??/2014):
-------------------
+- Added feature to sgdisk's -A/--attributes, -c/--change-name,
+ -t/--typecode, and -u/--partition-guid commands: If a -n/--new option
+ with "0" as the partition number precedes these options on the command
+ line, passin "0" as the partition number to the following options causes
+ them to use the newly-created partition. For instance, "sgdisk -n
+ 0:0:+550M -t 0:EF00 /dev/sda" creates a new partition with a type code of
+ EF00. (Previous versions would ignore the "-t 0:EF00" option.)
+
- Fixed bug that caused incorrect partition number to be displayed by
sgdisk in error messages when the user specified a non-existent partition
for inclusion in a hybrid MBR or conversion to a conventional MBR.