README.md: update
This commit is contained in:
parent
78dd0831e3
commit
783cb1dab5
|
@ -55,6 +55,11 @@ All configurable files have been whitelisted and moved to /cfg.
|
||||||
- support more clevis pins and mixed pins
|
- support more clevis pins and mixed pins
|
||||||
- firmware update
|
- firmware update
|
||||||
- option to always clean data disk on boot
|
- option to always clean data disk on boot
|
||||||
|
- instead of gpg use:
|
||||||
|
```bash
|
||||||
|
$ openssl dgst -sha256 -sign ../DB.key -out sha512sum.txt.sig sha512sum.txt
|
||||||
|
$ openssl dgst -sha256 -verify <(openssl x509 -in ../DB.crt -pubkey -noout) -signature sha512sum.txt.sig sha512sum.txt
|
||||||
|
```
|
||||||
|
|
||||||
## Complete / What works already?
|
## Complete / What works already?
|
||||||
- boot from single efi binary
|
- boot from single efi binary
|
||||||
|
|
Loading…
Reference in a new issue