docs: update TODO file

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2014-10-22 10:34:09 +02:00
parent 04c107ebeb
commit 65c3359633
1 changed files with 0 additions and 8 deletions

View File

@ -15,11 +15,6 @@ agetty
Maybe we can implement it by --enable-agetty-default-issue compile option and
move the decision to downstream maintainers ;-)
swapon
------
- (!) add option -o to specify swap options on command line in fstab notation
(e.g swapon /dev/sda2 -o discard=page,pri=1)
nsenter(1)
----------
- read the default UID and GID from the target process.
@ -119,9 +114,6 @@ libfdisk
This feature seems very attractive to users who resizing their disks
(for example in virtual machines).
- sfdisk rounds to cylinders is -uM (megabyte units) is specified, this is
pretty stupid feature. It has to round to sectors if -uS or -uM is specified.
- use off_t instead "long long"
- catch SIGINT (Ctrl-C) and return to main menu.