]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: refresh TODO
authorKarel Zak <kzak@redhat.com>
Thu, 27 Feb 2014 12:34:36 +0000 (13:34 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 27 Feb 2014 12:34:36 +0000 (13:34 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index fe7e6cf3f29625a21ea17849f91719488d4542e4..6b58a81ac765d9cc81d07879e936d0015f612f03 100644 (file)
@@ -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).