summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2017-10-04 11:45:21 +0200
committerKarel Zak2017-10-04 11:45:21 +0200
commita1aba7794e11fd90fc28e947bdf91fc0642da852 (patch)
tree671f334007c6b8be3ebd452632985f730d03f0e2 /Documentation
parentlosetup: fix conflicting types for ‘loopcxt_set_blocksize’ (diff)
downloadkernel-qcow2-util-linux-a1aba7794e11fd90fc28e947bdf91fc0642da852.tar.gz
kernel-qcow2-util-linux-a1aba7794e11fd90fc28e947bdf91fc0642da852.tar.xz
kernel-qcow2-util-linux-a1aba7794e11fd90fc28e947bdf91fc0642da852.zip
docs: (TODO) make PMBR boot flag more user-friendly
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 4951c137d..f81030c15 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -32,11 +32,6 @@ tests (!):
$ cd tests
$ ./run.sh --asan
-su/runuser
-----------
- - (!) implement pty container for all su/runuser session (something like
- script(1)) to separate user from the original terminal (see CVE-2016-2779)
-
- add functions strtime_short(), strtime_iso(), strtime_ctime(), ...
cleanup lib/path.c:
@@ -69,6 +64,13 @@ cfdisk
enabled by default for logical partitions if we created all container (extended
partition) in the current session.
+fdisk
+-----
+ - add "Print PMBR" and "Toggle PMBR boot flag" to main menu for GPT
+
+sfdisk
+------
+ - make "--activate" usable also for GPT, in this case set PMBR boot flag
agetty
-----