Skip to content

Commit

Permalink
Add rootfs modifier for nvidia platform
Browse files Browse the repository at this point in the history
Add a rootfs modifier for nvidia platform, so the package pkg/nvidia
files will be included only on NVIDIA's variants.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Aug 30, 2024
1 parent 3b25eb2 commit 0e9e6cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/modifiers/nvidia.yq
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.init += ["NVIDIA_TAG"]
2 changes: 2 additions & 0 deletions tools/parse-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ GUACD_TAG=${GUACD_TAG}
GRUB_TAG=${GRUB_TAG}
GPTTOOLS_TAG=${GPTTOOLS_TAG}
NEWLOGD_TAG=${NEWLOGD_TAG}
NVIDIA_TAG=${NVIDIA_TAG}
EDGEVIEW_TAG=${EDGEVIEW_TAG}
WATCHDOG_TAG=${WATCHDOG_TAG}
MEMORY_MONITOR_TAG=${MEMORY_MONITOR_TAG}
Expand Down Expand Up @@ -190,6 +191,7 @@ MKRAW_TAG=$(linuxkit_tag pkg/mkimage-raw-efi)
MKVERIFICATION_TAG=$(linuxkit_tag pkg/mkverification-raw-efi)
MKISO_TAG=$(linuxkit_tag pkg/mkimage-iso-efi)
MKCONF_TAG=$(linuxkit_tag pkg/mkconf)
NVIDIA_TAG=$(linuxkit_tag pkg/nvidia)
DEBUG_TAG=$(linuxkit_tag pkg/debug)
VTPM_TAG=$(linuxkit_tag pkg/vtpm)
UEFI_TAG=$(linuxkit_tag pkg/uefi)
Expand Down

0 comments on commit 0e9e6cd

Please sign in to comment.