From: Karel Zak Date: Thu, 2 Oct 2014 13:53:34 +0000 (+0200) Subject: docs: add swapon -o to TODO file X-Git-Tag: v2.26-rc1~416 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d72c980f50edc8e9a366383b0ccc91479630fce;p=thirdparty%2Futil-linux.git docs: add swapon -o to TODO file Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index e9e09443df..df3d4b825a 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -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.