From ac5e9ea06b396e9113f504763064e54dde4a7cd9 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:21:06 -0500 Subject: [PATCH] Fix optfix issues --- recipes/common/jp-desktop-bootc.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes/common/jp-desktop-bootc.yml b/recipes/common/jp-desktop-bootc.yml index 53bdb67..97fc49d 100644 --- a/recipes/common/jp-desktop-bootc.yml +++ b/recipes/common/jp-desktop-bootc.yml @@ -1,7 +1,6 @@ --- # yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json modules: - # - from-file: common/bootc-setup.yml - type: dnf source: ghcr.io/blue-build/modules/dnf:dnf-module repos: @@ -10,14 +9,8 @@ modules: install: packages: - cosmic-desktop - - akmod-nvidia - - nvidia-vaapi-driver - - libva-utils - - vdpauinfo - type: files files: - source: desktop-audio destination: / - - source: nvidia-kargs - destination: /usr/lib/bootc/kargs.d/ - from-file: common/jp-common-bootc.yml