From 8d72c980f50edc8e9a366383b0ccc91479630fce Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 2 Oct 2014 15:53:34 +0200 Subject: [PATCH] docs: add swapon -o to TODO file Signed-off-by: Karel Zak --- Documentation/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/TODO b/Documentation/TODO index e9e09443d..df3d4b825 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.