From: Karel Zak Date: Tue, 1 Oct 2019 11:17:03 +0000 (+0200) Subject: docs: add sfdisk --dump and --backup improvements to TODO X-Git-Tag: v2.35-rc1~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b41ae5b4ecbff8c2a01da2cd29d858cdf33ed50;p=thirdparty%2Futil-linux.git docs: add sfdisk --dump and --backup improvements to TODO Addresses: https://github.com/karelzak/util-linux/issues/850 Addresses: https://github.com/karelzak/util-linux/issues/852 Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 3b39ef5b9f..4cec5207f3 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -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 ----