docs: update TODO list

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2009-12-08 20:39:52 +01:00
parent 60cd48bd14
commit ef5d1feb93
1 changed files with 9 additions and 0 deletions

9
TODO
View File

@ -29,6 +29,15 @@ fdisk(s)
* use off_t instead "long long"
* catch SIGINT (Ctrl-C) and return to main menu.
From Red Hat bugzilla #545488:
While using fdisk normally, if you accidentally pressed the wrong button (to
start a sequence of questions for some operation, e.g. 'c' to create
partition). The tool tries too hard to keep asking you for valid input. You
can't provide a blank or invalid input to get it to break out of the current
dialog sequence and get back to the main menu.
* fdisk/* refactoring
* add GPT support