]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add swapon -o to TODO file
authorKarel Zak <kzak@redhat.com>
Thu, 2 Oct 2014 13:53:34 +0000 (15:53 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 2 Oct 2014 13:53:34 +0000 (15:53 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index e9e09443df391f7746506b032878b0b17436d3d1..df3d4b825aff2ecbd6d24d96e28d5540bc521a2a 100644 (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.