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
Add tee-sev-snp target and Katana build confirmation (#436)
* Adds a new `make tee-sev-snp` target that builds AMD SEV-SNP VM components via `misc/AMDSEV/build.sh`.
* Updates `build.sh` so missing `--katana` now asks for confirmation before building the Katana binary from source.
Copy file name to clipboardExpand all lines: misc/AMDSEV/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Output is written to `misc/AMDSEV/output/qemu/`.
26
26
27
27
### Katana Binary
28
28
29
-
If `--katana` is not provided, `build.sh`automatically builds a statically linked katana binary using musl libc via `scripts/build-musl.sh`.
29
+
If `--katana` is not provided, `build.sh`prompts for confirmation (`y/N`) before building a statically linked katana binary using musl libc via `scripts/build-musl.sh`.
30
30
31
31
**Important:** The initrd is minimal and contains no libc or shared libraries. Only statically linked binaries will work. If providing a custom binary with `--katana`, ensure it is statically linked (e.g., built with musl).
0 commit comments