Compare commits
9 Commits
44e18ea21b
...
74bf27bc66
Author | SHA1 | Date |
---|---|---|
Lance Vick | 74bf27bc66 | |
Anton Livaja | df223e6deb | |
Anton Livaja | 1578b3c76d | |
Anton Livaja | 0af9d294a7 | |
Anton Livaja | dc60d53fca | |
Ryan Heywood | 16479807f1 | |
Spencer Judd | 38689b24b2 | |
Lance Vick | de0a962876 | |
Spencer Judd | 7d9f87c976 |
26
README.md
26
README.md
|
@ -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
|
* Store/Restore BIP39 seed to a hardware wallet such as a Trezor or Ledger
|
||||||
|
|
||||||
## Features ##
|
## Features ##
|
||||||
* Determinsitic iso generation for multi-party code->binary verification
|
* Deterministic iso generation for multi-party code->binary verification
|
||||||
* Small footprint (< 100MB)
|
* Small footprint (< 100MB)
|
||||||
* Immutable and Diskless: runs from initramfs
|
* Immutable and Diskless: runs from initramfs
|
||||||
* Network support and most drivers removed to minimize exfiltration vectors
|
* Network support and most drivers removed to minimize exfiltration vectors
|
||||||
|
@ -42,23 +42,29 @@ internet with high integrity on the supply chain of the firmware and OS used.
|
||||||
|
|
||||||
## Build ##
|
## Build ##
|
||||||
|
|
||||||
|
### Update git submodules
|
||||||
|
|
||||||
|
```
|
||||||
|
git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
||||||
### Build a new release
|
### Build a new release
|
||||||
|
|
||||||
```
|
```
|
||||||
make release
|
make release
|
||||||
```
|
```
|
||||||
|
|
||||||
### Reproduce an existing release
|
### Reproduce an existing release
|
||||||
|
|
||||||
```
|
```
|
||||||
make attest
|
make attest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Sign an existing release
|
### Sign an existing release
|
||||||
|
|
||||||
```
|
```
|
||||||
make sign
|
make sign
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup ##
|
## Setup ##
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue