blob: 8aee9d765082f26e7f0565227cc230f6ac48981d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
* 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, only the one for the
specific kernel install/removal -> do not try to be smart
* 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
* Turn postinst into a full-featured 'loaderctl', which could live in /usr/bin
and which supports: create/update/delete conf fragment, update/cleanup
all fragments belonging to this machine.
* 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 -> easier to adapt other loaders
|