install: support password as cmdline arg
- Nov 06, 2021
-
-
So I can finally run `pmbootstrap install --password 147147` and go and make a cup of tea. Based on MR 1919. Co-Authored-By:
Oliver Smith <ollieparanoid@postmarketos.org>
-
Add a --password
option to pmbootstrap install, should simplify BPO and finally make the process fully non-interactive. There are some upcoming use cases for this too (such as https://git.sr.ht/~martijnbraam/rptr).
Based on the original implementation in !1919 (closed)
I added a BIG note to the help output, explaining that any password you enter is very much NOT a secure password.
Closes: #1908 (closed)
So I can finally run `pmbootstrap install --password 147147` and go and
make a cup of tea.
Based on MR 1919.
Co-Authored-By:
Oliver Smith <ollieparanoid@postmarketos.org>