mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-11 12:52:23 +00:00
Merge pull request #536 from Kvasscn/packaging-build-kernel-sh-test
packaging: add usage instructions for -a (arch_target) option
This commit is contained in:
commit
5f2a9fad4d
@ -43,7 +43,8 @@ Commands:
|
|||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-c <path> : Path to config file to build a the kernel.
|
-a <arch> : Arch target to build the kernel, such as aarch64/ppc64le/s390x/x86_64.
|
||||||
|
-c <path> : Path to config file to build the kernel.
|
||||||
-d : Enable bash debug.
|
-d : Enable bash debug.
|
||||||
-e : Enable experimental kernel.
|
-e : Enable experimental kernel.
|
||||||
-f : Enable force generate config when setup.
|
-f : Enable force generate config when setup.
|
||||||
@ -51,8 +52,8 @@ Options:
|
|||||||
-h : Display this help.
|
-h : Display this help.
|
||||||
-k <path> : Path to kernel to build.
|
-k <path> : Path to kernel to build.
|
||||||
-p <path> : Path to a directory with patches to apply to kernel.
|
-p <path> : Path to a directory with patches to apply to kernel.
|
||||||
-t : Hypervisor_target.
|
-t <hypervisor> : Hypervisor_target.
|
||||||
-v : Kernel version to use if kernel path not provided.
|
-v <version> : Kernel version to use if kernel path not provided.
|
||||||
```
|
```
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -88,7 +88,8 @@ Commands:
|
|||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-c <path> : Path to config file to build a the kernel.
|
-a <arch> : Arch target to build the kernel, such as aarch64/ppc64le/s390x/x86_64.
|
||||||
|
-c <path> : Path to config file to build the kernel.
|
||||||
-d : Enable bash debug.
|
-d : Enable bash debug.
|
||||||
-e : Enable experimental kernel.
|
-e : Enable experimental kernel.
|
||||||
-f : Enable force generate config when setup.
|
-f : Enable force generate config when setup.
|
||||||
@ -96,8 +97,8 @@ Options:
|
|||||||
-h : Display this help.
|
-h : Display this help.
|
||||||
-k <path> : Path to kernel to build.
|
-k <path> : Path to kernel to build.
|
||||||
-p <path> : Path to a directory with patches to apply to kernel.
|
-p <path> : Path to a directory with patches to apply to kernel.
|
||||||
-t : Hypervisor_target.
|
-t <hypervisor> : Hypervisor_target.
|
||||||
-v : Kernel version to use if kernel path not provided.
|
-v <version> : Kernel version to use if kernel path not provided.
|
||||||
EOT
|
EOT
|
||||||
exit "$exit_code"
|
exit "$exit_code"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user