Skip to content

Commit

Permalink
Move budgie image to ublue-os/onyx-main
Browse files Browse the repository at this point in the history
  • Loading branch information
sukarn-m committed Sep 16, 2024
1 parent 19cad6b commit 0e2e5e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-budgie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
maximize_build_space: false

# Optional flags
use_unstable_cli: true
use_unstable_cli: false
squash: true
2 changes: 1 addition & 1 deletion files/scripts/ublue-rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -oue pipefail

# To get the list of packages available in a workflow log:
# tree /tmp && exit 1
tree /tmp && exit 1

# rpm-ostree install /tmp/config-rpms/*.noarch.rpm

Expand Down
43 changes: 7 additions & 36 deletions recipes/image-budgie.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: sukarn-ublue-budgie
description: Customized budgie image.
base-image: quay.io/fedora-ostree-desktops/onyx
#base-image: quay.io/fedora-ostree-desktops/onyx
base-image: ghcr.io/ublue-os/onyx-main
image-version: 40 # Must match the coreos-stable-kernel tag in the copy module below.
#base-image: ghcr.io/ublue-os/onyx-main
#image-version: gts


Expand All @@ -20,49 +20,20 @@ modules:
- org.videolan.VLC # VLC
- org.libreoffice.LibreOffice # LibreOffice


- type: copy
from: ghcr.io/ublue-os/config:latest
src: /rpms
dest: /tmp/config-rpms

# - type: copy
# from: ghcr.io/ublue-os/ublue-update:latest
# src: /rpms
# dest: /tmp/update-rpm

- type: copy
from: ghcr.io/ublue-os/coreos-stable-kernel:40
src: /tmp/rpms
dest: /tmp/kernel-rpms

- type: script
scripts:
# - coreos_kernel.sh
- coreos_kernel.sh
- fedora-atomic-repos.sh
- ublue-rpms.sh

- type: rpm-ostree
install:
- flatpak-spawn
- fzf # Needed by ujust
- grub2-tools-extra
- htop
- just # Needed by ujust
- powerstat
- smartmontools
- squashfs-tools
- symlinks
- traceroute
- zstd
remove:
- firefox
- firefox-langpacks

- type: akmods
base: coreos-stable
install:
- wl
# - type: akmods
# base: coreos-stable
# install:
# - wl

- type: files
files:
Expand Down

0 comments on commit 0e2e5e4

Please sign in to comment.