]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO file
authorKarel Zak <kzak@redhat.com>
Wed, 22 Oct 2014 08:34:09 +0000 (10:34 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 22 Oct 2014 08:34:09 +0000 (10:34 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 6d96e426896d913b6baa2fb8891ba33d8ca03dbe..98fcf3eb8ce7c2c3e1ba35ca45c33d10c8fd4451 100644 (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.