From 7b41ae5b4ecbff8c2a01da2cd29d858cdf33ed50 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 1 Oct 2019 13:17:03 +0200 Subject: [PATCH] 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 --- Documentation/TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ---- -- 2.39.2