mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 20:32:54 +00:00
docs: fix build-kernel.sh option
`build-kernel.sh` no longer takes an argument for the -x option.
<6c3338271b
>
Fixes #10378
Signed-off-by: Shunsuke Kimura <pbrehpuum@gmail.com>
This commit is contained in:
parent
6a9266124b
commit
d7f6fabe65
@ -29,9 +29,9 @@ __SNP-specific steps:__
|
|||||||
- Build the SNP-specific kernel as shown below (see this [guide](../../tools/packaging/kernel/README.md#build-kata-containers-kernel) for more information)
|
- Build the SNP-specific kernel as shown below (see this [guide](../../tools/packaging/kernel/README.md#build-kata-containers-kernel) for more information)
|
||||||
```bash
|
```bash
|
||||||
$ pushd kata-containers/tools/packaging/
|
$ pushd kata-containers/tools/packaging/
|
||||||
$ ./kernel/build-kernel.sh -a x86_64 -x snp setup
|
$ ./kernel/build-kernel.sh -a x86_64 -x setup
|
||||||
$ ./kernel/build-kernel.sh -a x86_64 -x snp build
|
$ ./kernel/build-kernel.sh -a x86_64 -x build
|
||||||
$ sudo -E PATH="${PATH}" ./kernel/build-kernel.sh -x snp install
|
$ sudo -E PATH="${PATH}" ./kernel/build-kernel.sh -x install
|
||||||
$ popd
|
$ popd
|
||||||
```
|
```
|
||||||
- Build a current OVMF capable of SEV-SNP:
|
- Build a current OVMF capable of SEV-SNP:
|
||||||
|
Loading…
Reference in New Issue
Block a user