Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/scripts/00-image-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 4 additions & 0 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ modules:
- source: system
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /

- type: akmods
install:
- wl

- type: rpm-ostree
install:
- audacious
Expand Down