]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add sfdisk --dump and --backup improvements to TODO
authorKarel Zak <kzak@redhat.com>
Tue, 1 Oct 2019 11:17:03 +0000 (13:17 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Oct 2019 11:17:03 +0000 (13:17 +0200)
Addresses: https://github.com/karelzak/util-linux/issues/850
Addresses: https://github.com/karelzak/util-linux/issues/852
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 3b39ef5b9f8852daf3e0248081dafaffa1895276..4cec5207f3a1e84a49da7e3af9363988f534de20 100644 (file)
@@ -135,6 +135,17 @@ libfdisk
  - add support for Apple Partition Map (see libblkid/src/partitions/mac.c)
    http://en.wikipedia.org/wiki/Apple_Partition_Map
 
+ - add support for nested PT (e.g. hybrid MBR) to scripts
+   * add "nested-label:" block to sfdisk --dump
+   * add "nested-partitiontable" to sfdisk --JSON
+   * support nested labels parsing from dump
+   see https://github.com/karelzak/util-linux/issues/850
+
+sfdisk
+------
+
+ - don't backup PT in interactive mode before write to the devices is requested,
+   see https://github.com/karelzak/util-linux/issues/852
 
 misc
 ----