Commit 041cfc00 authored by Ophélie Gagnard's avatar Ophélie Gagnard

TODO.txt: Update.

parent c0a24b03
...@@ -5,14 +5,12 @@ STAGE 0: ...@@ -5,14 +5,12 @@ STAGE 0:
Installation: Installation:
DONE - 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 -> for instance, source a file with variables with the right names before running installation/dependencies.sh and installation/install.sh
DONE - Implement an installation/uninstall.sh script.
- 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 - Document installation/packages.sh, installation/remove-dependencies and installation/unstall.sh
- Automate the detection of an EFI partition and of a Linux filesystem. Detect whether they are several one (in this case raise an error).
Bug: Bug:
- When sed fails to match, it does not replace anything. It is a problem in the script: no match should produce an error. - When sed fails to match, it does not replace anything. It is a problem in the script: no match should produce an error.
...@@ -28,6 +26,10 @@ Operational Security: ...@@ -28,6 +26,10 @@ Operational Security:
- Design a default behavior to sign the keys? - Design a default behavior to sign the keys?
- Distribute the keys in a secured way. - Distribute the keys in a secured way.
Installation:
- Do not remove dependencies that were already installed when running installation/dependencies.sh for the first time.
-> Detect the installed dependencies and store them.
OTHERS : OTHERS :
......
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