summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-07-13 20:40:16 +0200
committerKay Sievers <kay@vrfy.org>2012-07-13 20:40:16 +0200
commitcb9e14d02a624689ac530d5fe1fca9eb09cada5f (patch)
treebab02e5e226c926c22d3febbcfe254d76a681730 /TODO
parentde7bef4c2d3280d53c536b63027c77680a357e20 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 11 insertions, 10 deletions
diff --git a/TODO b/TODO
index ef5fb77..9ec7323 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,15 @@
-* add option for loader.conf to lock down
- menu, (e)dit, (d)efault, (*)dump ?
+* add option for loader.conf to lock down: menu, (e)dit, (d)efault, (*)dump ?
+ --> silly "protection" against init=/bin/sh and the visibility of passwords
-* postinst
- - never touch *any* unrelated fragment file from a specific kernel install;
- (do not try to be smart)
- - avoid suggesting to install non-admin files in /etc (/etc/kernel/post...)
+* postinst: never touch *any* unrelated fragment file, only the one for the
+ specific kernel install/removal -> do not try to be smart
-* add "title-detail" (carrying the machine id or the device name) support to
- the fragment file and display the details along with the "title" if we have
- non-unique titles (pretty looking menu without silly numbers if no needed)
+* avoid to suggest to install non-admin files in /etc (/etc/kernel/post...)
+ -> it's 2012, /etc is not for static stuff, it's *local* admin territory
+
+* add "title-detail" (carrying the machine-id / the root device name) support
+ to the fragment file. Display the details along with the "title" if we have
+ non-unique titles -> pretty looking menu without silly numbers if not needed
* properly document the config file format, directory layout and EFI variable
- in the wiki; make it more look like a spec
+ in the wiki; make it more look like a spec -> easier to adapt other loaders