From: Karel Zak Date: Wed, 16 Oct 2013 09:08:18 +0000 (+0200) Subject: docs: update TODO X-Git-Tag: v2.24~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b116ef420b496d56ccbc37bca9c1e798195ef1f1;p=thirdparty%2Futil-linux.git docs: update TODO Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 8b6c90c499..0842ee2ee9 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -75,8 +75,16 @@ libblkid - (!) add support for dasd PT (used for example on s390) -fdisk(s) --------- +fdisk(s)/libfdisk +----------------- + + - (!) add dialog to modify GPT partition attributes (strutct gpt_attr) + + - (!) improve gpt_write_disklabel() to support hybrid GPT. We don't want + to generate hybrid GPT, but it would be nice to support manual MBR + modification ('M' expert command). The function gpt_write_disklabel() + has to detect hybrid PMBR and then print warning and write GPT, but + keep PMBR unchanged. - (!) add 'I'nfo fommand to print all details about specified partition (like offset, size, name, uuid, type, C/H/S, fstype)