... | ... | @@ -15,9 +15,9 @@ Queued for submission (or only in need of very tiny tweaks to finalise): |
|
|
|
|
|
- [x] Last adjustment to grub2 menu construction to completely remove dependence on perl.
|
|
|
- [x] Fix for theme issues in grub2 submenus.
|
|
|
- [ ] Expansion of accessibility install menu entry set to match that of official Debian 10 install discs.
|
|
|
- [ ] Additional speech synth entries.
|
|
|
- [ ] Addition of dark contrast mode entries.
|
|
|
- [x] Expansion of accessibility install menu entry set to match that of official Debian 10 install discs.
|
|
|
- [x] Additional speech synth entries.
|
|
|
- [x] Addition of dark contrast mode entries.
|
|
|
- [ ] Switching grub2 menus to use gfxpayload.
|
|
|
- [x] Fix to add warning when auto file exists but is not executable so is being ignored.
|
|
|
- [x] Fix for error condition where cached bootstrap exists, cached bootstrap packages do not (e.g. removed with `lb clean`), and `--debian-installed` is set to anything other than `none` or `live`.
|
... | ... | @@ -27,9 +27,9 @@ Queued for submission (or only in need of very tiny tweaks to finalise): |
|
|
- [ ] Patch adding `lb config --purge-saved`.
|
|
|
- [ ] Patch adding `lb clean --saved-config`.
|
|
|
- See more below.
|
|
|
- [ ] Work improving `lb clean`:
|
|
|
- [ ] Expanding debugging.
|
|
|
- [ ] Adding missing handling of options like `--debug`.
|
|
|
- [x] Work improving `lb clean`:
|
|
|
- [x] Expanding debugging.
|
|
|
- [x] Adding missing handling of options like `--debug`.
|
|
|
- [x] Fix for junk config file loading code, wrong variable name, tweaks.
|
|
|
- [ ] Work resolving ability to rename config files without backwards compatibility concerns:
|
|
|
- [ ] Use of the new `config`/`clean` options above in the example auto files.
|
... | ... | @@ -81,6 +81,7 @@ Not-started list |
|
|
----------------
|
|
|
Stuff not yet or barely started, to investigate, to consider, whatever:
|
|
|
|
|
|
- [ ] Checkout issue reported in mailing list of live installer installing a filesystem with possibly incorrect `775` based directory permissions instead of `755`.
|
|
|
- [x] Renaming `binary_loopback_cfg` script to something like `binary_grub2_cfg`, since it is responsible for creating the config for grub-pc, grub-efi, and a tiny 'loopback' file which redirects to it, so the name is rather misleading/confusing.
|
|
|
- [ ] Moving the helper scripts (`efi-image` and `grub-cpmodules`) to a subdirectory for clarity.
|
|
|
- [ ] Possibly moving the massive chunk of code in the EFI script being dynamically written into a script file for execution, into it's own helper file, like `efi-image` and `grub-cpmodules`, such that we get proper syntax highlighting, fewer possible mistakes with variable escaping, and such.
|
... | ... | |