From 3247963c316937cba7a20ddef5f65a79faeec31b Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Wed, 23 Apr 2025 16:08:16 -0500 Subject: [PATCH 1/2] feat: add broadcom drivers --- files/scripts/00-image-info.sh | 2 +- recipes/recipe.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/files/scripts/00-image-info.sh b/files/scripts/00-image-info.sh index 1c4ed5e..adf4a22 100644 --- a/files/scripts/00-image-info.sh +++ b/files/scripts/00-image-info.sh @@ -14,7 +14,7 @@ BUG_SUPPORT_URL="https://github.com/winblues/blue9/issues" IMAGE_INFO="/usr/share/ublue-os/image-info.json" IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME" -FEDORA_MAJOR_VERSION=41 +FEDORA_MAJOR_VERSION=$(awk -F= '/VERSION_ID/ {print $2}' /etc/os-release) BASE_IMAGE_NAME="Xfce Atomic $FEDORA_MAJOR_VERSION" BASE_IMAGE="quay.io/fedora-ostree-desktops/xfce-atomic" diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 45104df..594ca8c 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -11,9 +11,14 @@ modules: - source: system destination: / # copies files/system/* (* means everything inside it) into your image's root folder / + - type: bling + install: + - rpmfusion + - type: rpm-ostree install: - audacious + - broadcom-wl - plymouth-plugin-script - type: script From f582d0d20333f2890b579e0b664946efa1affbee Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Wed, 23 Apr 2025 16:40:06 -0500 Subject: [PATCH 2/2] use akmods --- recipes/recipe.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 594ca8c..c587fd8 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -11,14 +11,13 @@ modules: - source: system destination: / # copies files/system/* (* means everything inside it) into your image's root folder / - - type: bling + - type: akmods install: - - rpmfusion + - wl - type: rpm-ostree install: - audacious - - broadcom-wl - plymouth-plugin-script - type: script