docs: add swapon -o to TODO file

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2014-10-02 15:53:34 +02:00
parent 83aa4ad797
commit 8d72c980f5
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
Note that items with (!) have high priority.
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.