summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 8b6c90c49..0842ee2ee 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)