docs: update TODO

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-04-28 14:00:28 +02:00
parent 658c089190
commit f7fdd3da3f
1 changed files with 1 additions and 11 deletions

View 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: