You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses systemd-repart for image generation, but requires the unreleased v255
due to bugs and missing features in earlier versions.
Signed-off-by: Jeremi Piotrowski <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,3 +177,14 @@ In case you have an existing Torcx image you can convert it with the `convert_to
177
177
```
178
178
179
179
Please make also sure that your don't have a `containerd.service` drop in file under `/etc` that uses Torcx paths.
180
+
181
+
182
+
### Verity
183
+
184
+
To generate sysext protected by dm-verity with a signed root hash pass `FORMAT=verity` before invoking any of the scripts. This requires `systemd-repart` with a version >= v255. This also requires passing a path to a private key and certificate through `KEY` and `CERT`.
0 commit comments