]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO
authorKarel Zak <kzak@redhat.com>
Wed, 16 Oct 2013 09:08:18 +0000 (11:08 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Oct 2013 09:08:18 +0000 (11:08 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 8b6c90c499c2064498c05622b8e650a24df5471d..0842ee2ee98bb272902c2a6c939e7508e709d7c1 100644 (file)
@@ -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)