Commit c5d25863 authored by Ophélie Gagnard's avatar Ophélie Gagnard

TODO.txt: Update.

parent 84ff3b88
......@@ -3,9 +3,16 @@
STAGE 0:
Installation:
- Add genericity in the package name and versions handling.
DONE - Add genericity in the package name and versions handling.
-> for instance, source a file with variables with the right names before running installation/dependencies.sh and installation/install.sh
- Implement an installation/uninstall.sh script.
- Do not remove dependencies that were already preset when running installation/dependencies.sh for the first time.
-> Detect the installed dependencies and store them.
- Document installation/packages.sh, installation/remove-dependencies and installation/unstall.sh
Bug:
- When sed fails to match, it does not replace anything. It is a problem in the script: no match should produce an error.
......@@ -13,7 +20,6 @@ Bug:
STAGE 1:
Technical Security:
- How to sign and verify as much components as one can (the kernel, modules, etc.)
- How does initramfs uses TLS? It seems there is no certificates in it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment