docs: change from OVMF.fd to AmdSev.fd

change the build method to generate OVMF for AmdSev.
This commit adds `ovmf_build=sev` env parameter.
<638c2c4164>

Fixes #10378

Signed-off-by: Shunsuke Kimura <pbrehpuum@gmail.com>
This commit is contained in:
Shunsuke Kimura 2024-10-04 15:47:56 +09:00
parent d7f6fabe65
commit 706e8bce89

View File

@ -37,8 +37,8 @@ $ popd
- Build a current OVMF capable of SEV-SNP: - Build a current OVMF capable of SEV-SNP:
```bash ```bash
$ pushd kata-containers/tools/packaging/static-build/ovmf $ pushd kata-containers/tools/packaging/static-build/ovmf
$ ./build.sh $ ovmf_build=sev ./build.sh
$ tar -xvf edk2-x86_64.tar.gz $ tar -xvf edk2-sev.tar.gz
$ popd $ popd
``` ```
- Build a custom QEMU - Build a custom QEMU
@ -106,7 +106,7 @@ sev_snp_guest = true
``` ```
- Configure an OVMF (add path) - Configure an OVMF (add path)
```toml ```toml
firmware = "/path/to/kata-containers/tools/packaging/static-build/ovmf/opt/kata/share/ovmf/OVMF.fd" firmware = "/path/to/kata-containers/tools/packaging/static-build/ovmf/opt/kata/share/ovmf/AMDSEV.fd"
``` ```
- SNP attestation (add cert-chain to default path or add the path with cert-chain) - SNP attestation (add cert-chain to default path or add the path with cert-chain)
```toml ```toml