mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 23:17:42 +00:00
gpu: Add new kernel build option to usage()
With each release make sure we ship a GPU enabled kernel Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
parent
825e769483
commit
b1730e4a67
@ -81,7 +81,6 @@ options:
|
|||||||
kernel
|
kernel
|
||||||
kernel-dragonball-experimental
|
kernel-dragonball-experimental
|
||||||
kernel-experimental
|
kernel-experimental
|
||||||
kernel-gpu
|
|
||||||
kernel-tdx-experimental
|
kernel-tdx-experimental
|
||||||
kernel-gpu
|
kernel-gpu
|
||||||
kernel-gpu-snp
|
kernel-gpu-snp
|
||||||
|
@ -47,6 +47,7 @@ Options:
|
|||||||
-f : Enable force generate config when setup.
|
-f : Enable force generate config when setup.
|
||||||
-g <vendor> : GPU vendor, intel or nvidia.
|
-g <vendor> : GPU vendor, intel or nvidia.
|
||||||
-h : Display this help.
|
-h : Display this help.
|
||||||
|
-H <deb|rpm> : Linux headers for guest fs module building.
|
||||||
-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, only patches in top-level directory are applied.
|
-p <path> : Path to a directory with patches to apply to kernel, only patches in top-level directory are applied.
|
||||||
-t <hypervisor> : Hypervisor_target.
|
-t <hypervisor> : Hypervisor_target.
|
||||||
|
@ -97,6 +97,7 @@ Options:
|
|||||||
-f : Enable force generate config when setup.
|
-f : Enable force generate config when setup.
|
||||||
-g <vendor> : GPU vendor, intel or nvidia.
|
-g <vendor> : GPU vendor, intel or nvidia.
|
||||||
-h : Display this help.
|
-h : Display this help.
|
||||||
|
-H <deb|rpm> : Linux headers for guest fs module building.
|
||||||
-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.
|
||||||
-s : Skip .config checks
|
-s : Skip .config checks
|
||||||
|
@ -23,5 +23,4 @@ RUN apt-get update && \
|
|||||||
rsync \
|
rsync \
|
||||||
cpio \
|
cpio \
|
||||||
patch && \
|
patch && \
|
||||||
if [ "$(uname -m)" = "s390x" ]; then apt-get install -y --no-install-recommends libssl-dev; fi && \
|
apt-get clean && apt-get autoclean
|
||||||
apt-get clean && rm -rf /var/lib/lists/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user