summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2011-01-11 12:49:47 +0100
committerKarel Zak2011-01-11 12:49:47 +0100
commit574a9bc9f0db12d854062862a9fb5cbf036b11b6 (patch)
tree871220418046333d3018848a8ef8a9df1d566766 /TODO
parentmount: fix gcc warning (diff)
downloadkernel-qcow2-util-linux-574a9bc9f0db12d854062862a9fb5cbf036b11b6.tar.gz
kernel-qcow2-util-linux-574a9bc9f0db12d854062862a9fb5cbf036b11b6.tar.xz
kernel-qcow2-util-linux-574a9bc9f0db12d854062862a9fb5cbf036b11b6.zip
TODO: use rpmatch() for sfdisk
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index b666f62b0..1ddc9f630 100644
--- a/TODO
+++ b/TODO
@@ -59,6 +59,9 @@ wipefs
fdisk(s)
--------
+ * sfdisk has to use rpmatch() for answers to y/n questions
+ (e.g. "Are you satisfied with this? [ynq]")
+
* 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.