]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO
authorKarel Zak <kzak@redhat.com>
Tue, 28 Apr 2015 12:00:28 +0000 (14:00 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 28 Apr 2015 12:00:28 +0000 (14:00 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index ca62aaf64cb40fec75b6f203556096e9a01bfb15..5427329c6eb9cdf670dee0db3a22a4a3240c121b 100644 (file)
@@ -3,10 +3,6 @@
 
 cfdisk
 ------
-  - provide additional information about the current partitions (LABEL=, UUID=,
-    filesystem type, size, usage, mountpoint, ...) just optionally add extra
-    table between main menu and list of partitions.
-
   - (!) add auto-sort support (sort partitions automatically) and
     --sort={auto,never,always} command line option. This feature should be
     enabled by default for logical partitions if we created all container (extended
@@ -107,7 +103,7 @@ libfdisk
 
    [always check libfdisk branch at github!]
 
- - (!) add 'I'nfo fommand to print all details about specified partition
+ - (!) add fsck 'I'nfo fommand to print all details about specified partition
    (like offset, size, name, uuid, type, C/H/S, fstype)
 
  - (!) add to "First sector" dialog a line with information about available
@@ -122,12 +118,6 @@ libfdisk
  - add support for Apple Partition Map (see libblkid/src/partitions/mac.c)
    http://en.wikipedia.org/wiki/Apple_Partition_Map
 
- - 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).
-
- - use off_t instead "long long"
-
  - catch SIGINT (Ctrl-C) and return to main menu.
    From Red Hat bugzilla #545488: