summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2013-10-16 11:08:18 +0200
committerKarel Zak2013-10-16 11:08:18 +0200
commitb116ef420b496d56ccbc37bca9c1e798195ef1f1 (patch)
tree2d8de45cb5e778d1f11514156a7c7898a23323d4 /Documentation/TODO
parentcal: fix compiler warning on systems without term libs (diff)
downloadkernel-qcow2-util-linux-b116ef420b496d56ccbc37bca9c1e798195ef1f1.tar.gz
kernel-qcow2-util-linux-b116ef420b496d56ccbc37bca9c1e798195ef1f1.tar.xz
kernel-qcow2-util-linux-b116ef420b496d56ccbc37bca9c1e798195ef1f1.zip
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
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)