Compare commits

..

No commits in common. "74bf27bc6601d4f3f0d22c0f854594b854e893d0" and "44e18ea21b9bc164996ab80ba80645c559fcefa0" have entirely different histories.

1 changed files with 10 additions and 16 deletions

View File

@ -20,7 +20,7 @@ internet with high integrity on the supply chain of the firmware and OS used.
* Store/Restore BIP39 seed to a hardware wallet such as a Trezor or Ledger
## Features ##
* Deterministic iso generation for multi-party code->binary verification
* Determinsitic iso generation for multi-party code->binary verification
* Small footprint (< 100MB)
* Immutable and Diskless: runs from initramfs
* Network support and most drivers removed to minimize exfiltration vectors
@ -42,12 +42,6 @@ internet with high integrity on the supply chain of the firmware and OS used.
## Build ##
### Update git submodules
```
git submodule update --init --recursive
```
### Build a new release
```