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:
Zvonko Kaiser 2023-04-17 09:49:00 +00:00
parent 825e769483
commit b1730e4a67
5 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,6 @@ options:
kernel
kernel-dragonball-experimental
kernel-experimental
kernel-gpu
kernel-tdx-experimental
kernel-gpu
kernel-gpu-snp

View File

@ -47,6 +47,7 @@ Options:
-f : Enable force generate config when setup.
-g <vendor> : GPU vendor, intel or nvidia.
-h : Display this help.
-H <deb|rpm> : Linux headers for guest fs module building.
-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.
-t <hypervisor> : Hypervisor_target.

View File

@ -97,6 +97,7 @@ Options:
-f : Enable force generate config when setup.
-g <vendor> : GPU vendor, intel or nvidia.
-h : Display this help.
-H <deb|rpm> : Linux headers for guest fs module building.
-k <path> : Path to kernel to build.
-p <path> : Path to a directory with patches to apply to kernel.
-s : Skip .config checks

View File

@ -23,5 +23,4 @@ RUN apt-get update && \
rsync \
cpio \
patch && \
if [ "$(uname -m)" = "s390x" ]; then apt-get install -y --no-install-recommends libssl-dev; fi && \
apt-get clean && rm -rf /var/lib/lists/
apt-get clean && apt-get autoclean