summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2014-02-27 13:34:36 +0100
committerKarel Zak2014-02-27 13:34:36 +0100
commit53e227cc8d46c4b6fc705ac6608460a8a8156436 (patch)
treee3fc96afae627b0928bb1b5494cfc1f6ea53121e
parentmore: fix double free crash (diff)
downloadkernel-qcow2-util-linux-53e227cc8d46c4b6fc705ac6608460a8a8156436.tar.gz
kernel-qcow2-util-linux-53e227cc8d46c4b6fc705ac6608460a8a8156436.tar.xz
kernel-qcow2-util-linux-53e227cc8d46c4b6fc705ac6608460a8a8156436.zip
docs: refresh TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--Documentation/TODO12
1 files changed, 3 insertions, 9 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index fe7e6cf3f..6b58a81ac 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -46,8 +46,6 @@ partx
- support mapping by device-mapper if argv[0] is "kpartx" or --dm option is used.
- - (!) add regression tests for partx, addpart and delpart
-
docs
----
@@ -89,13 +87,7 @@ libblkid
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.
+ [always check libfdisk branch at github!]
- (!) add 'I'nfo fommand to print all details about specified partition
(like offset, size, name, uuid, type, C/H/S, fstype)
@@ -105,6 +97,8 @@ fdisk(s)/libfdisk
any useless (small) areas between existing partitions.
See https://bugzilla.redhat.com/show_bug.cgi?id=715114
+ (Note that libfdisk already supports freespace lists.)
+
- add "move end" command to move end of the last primary/extended partition.
This feature seems very attractive to users who resizing their disks
(for example in virtual machines).