summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2014-10-22 10:34:09 +0200
committerKarel Zak2014-10-22 10:34:09 +0200
commit65c3359633b3aa39efe59015b217a511eed409c6 (patch)
tree2802de4c23011f808d147f24af8fc26643f76c15 /Documentation/TODO
parentdocs: update TODO file (diff)
downloadkernel-qcow2-util-linux-65c3359633b3aa39efe59015b217a511eed409c6.tar.gz
kernel-qcow2-util-linux-65c3359633b3aa39efe59015b217a511eed409c6.tar.xz
kernel-qcow2-util-linux-65c3359633b3aa39efe59015b217a511eed409c6.zip
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 6d96e4268..98fcf3eb8 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -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.