Compare commits

...

21 Commits

Author SHA1 Message Date
1e1d8072b1 Attempt to remove swaync due to race conflict on launch
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m36s
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 28s
2025-05-31 02:41:49 -04:00
62e3617ac7 Remove scripts that are no longer used
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 8m41s
2025-05-26 18:48:13 -04:00
ec7bfa6999 Removed packages that do not seem to have matches in rpmfusion
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m58s
2025-05-25 22:04:46 -04:00
0614b7221f Use rpmfusion-nonfree
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 27s
2025-05-25 21:57:35 -04:00
b3d22fec37 Separate modules again in base module
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 26s
2025-05-25 21:54:04 -04:00
a9fead39d2 Attempting to use repo name rpmfusion-nonfree-updates
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m8s
2025-05-25 21:50:45 -04:00
81c30d3201 using rpmfusion instead
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m7s
2025-05-25 21:39:54 -04:00
25e041b939 Convert all to negativo17
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m28s
2025-05-25 21:23:06 -04:00
4d08e4f254 Attempt to add negativo17 and use fedora-multimedia repo
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 52s
2025-05-25 21:17:22 -04:00
f2455f618e Reattempt to use systemd module instead of script
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m48s
2025-05-25 21:05:15 -04:00
c5427dca4a Convert proprietary packages script into dnf module 2025-05-25 20:59:33 -04:00
2840ed5841 Corrected autostart service descriptions 2025-05-25 20:46:40 -04:00
687b992686 Removed floorp from autostart
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m36s
2025-05-24 21:54:56 -04:00
1e625b66a5 Revert nvidia module to original container file format
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 5m17s
2025-05-24 21:25:53 -04:00
9728e8d2f3 Removed services for nvidia suspend, hibernate, and resume
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 2m8s
2025-05-24 20:39:29 -04:00
099d5bd9d7 Disabled early loading script
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 3m7s
2025-05-24 20:17:40 -04:00
5394bf9671 Fixed typo in nvidia module
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 19s
2025-05-24 19:59:00 -04:00
f708d3ab84 Correct format for ublue-os packages 2025-05-24 19:58:09 -04:00
9c93c80ce3 Removed nextcloud and gnome-software-rpmostree as they were not working as desired
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 17s
2025-05-24 19:26:48 -04:00
3432b5ffae Convert nvidia module from containerfile to dnf and systemd and use rpmfusion repo instead of ublue 2025-05-24 18:02:05 -04:00
e5dd484ce7 Convert from containerfile module to using dnf and ublue-os copr repos 2025-05-24 17:40:58 -04:00
8 changed files with 42 additions and 79 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
systemctl enable rpm-ostreed-automatic.timer
systemctl enable podman-auto-update.timer
systemctl --global enable podman-auto-update.timer
systemctl --global enable flatpak-user-update.timer
systemctl enable flatpak-system-update.timer

View File

@@ -1,25 +0,0 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
curl -Lo /etc/yum.repos.d/negativo17-fedora-multimedia.repo https://negativo17.org/repos/fedora-multimedia.repo
sed -i '0,/enabled=1/{s/enabled=1/enabled=1\npriority=90/}' /etc/yum.repos.d/negativo17-fedora-multimedia.repo
rpm-ostree override replace \
--experimental \
--from repo='fedora-multimedia' \
libheif \
libva \
libva-intel-media-driver \
mesa-dri-drivers \
mesa-filesystem \
mesa-libEGL \
mesa-libGL \
mesa-libgbm \
mesa-libxatracker \
mesa-va-drivers \
mesa-vulkan-drivers \
gstreamer1-plugin-libav \
gstreamer1-plugin-vaapi \
rar

View File

@@ -1,5 +1,5 @@
[Unit]
Description=The pc gaming platform
Description=The VoIP program targeted towards gaming.
# order startup after WM
After=graphical-session.target

View File

@@ -1,17 +0,0 @@
[Unit]
Description=The pc gaming platform
# order startup after WM
After=graphical-session.target
[Service]
Type=exec
# Repurpose XDG Autostart filtering
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
ExecStart=/usr/bin/flatpak run one.ablaze.floorp
Slice=app-graphical.slice
[Install]
WantedBy=graphical-session.target
# Alternatively can be wanted by specific WMs' targets
# Should also be duplicated in 'After=' to avoid ordering loop
#WantedBy=wayland-session@hyprland.desktop.target

View File

@@ -1,5 +1,5 @@
[Unit]
Description=The pc gaming platform
Description=The Kitty terminal emulator.
# order startup after WM
After=graphical-session.target

View File

@@ -5,6 +5,5 @@ modules:
- hyprpanel.service
- hyprpolkitagent.service
- discord.service
- floorp.service
- steam.service
- terminal.service

View File

@@ -1,21 +1,26 @@
modules:
- type: containerfile
snippets:
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-udev-rules.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-update-services.noarch.rpm /
- COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm /
- RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm
- RUN rpm -ivh /ublue-os-update-services.noarch.rpm
- RUN rpm -ivh /ublue-os-signing.noarch.rpm
- type: script
scripts:
- enableautoupdates.sh # using systemd did not work, so using this script instead
- type: dnf
repos:
copr:
- erikreider/SwayNotificationCenter
- ublue-os/packages
install:
packages:
- ublue-os-udev-rules
- ublue-os-update-services
- ublue-os-signing
- type: systemd
system:
enabled:
- rpm-ostreed-automatic.timer
- podman-auto-update.timer
- flatpak-system-update.timer
user:
enabled:
- podman-auto-update.timer
- flatpak-user-update.timer
- type: dnf
install:
packages:
# environment
@@ -31,8 +36,6 @@ modules:
- mediainfo
- playerctl
- alsa-firmware
# nofitications
- SwayNotificationCenter
# text editor
- neovim
# tools for evocation
@@ -66,8 +69,6 @@ modules:
- nautilus
- file-roller
- file-roller-nautilus
- nextcloud-client
- nextcloud-client-nautilus
# theme and GUI
- fontawesome-fonts-all
@@ -79,7 +80,6 @@ modules:
# software
- gnome-software
- gnome-software-rpm-ostree
# power
- powerstat
@@ -90,7 +90,22 @@ modules:
- firefox
- firefox-langpacks
- type: script
scripts:
- installproprietarypackages.sh
- type: dnf
repos:
nonfree: rpmfusion
replace:
- from-repo: rpmfusion-nonfree
packages:
- libheif
- libva
- libva-intel-media-driver
- mesa-dri-drivers
- mesa-filesystem
- mesa-libEGL
- mesa-libGL
- mesa-libgbm
- mesa-va-drivers
- mesa-vulkan-drivers
- gstreamer1-plugin-libav

View File

@@ -6,10 +6,11 @@ modules:
- RUN rpm-ostree install /tmp/rpms/ublue-os/ublue-os-nvidia*.rpm
- RUN sed -i '0,/enabled=0/{s/enabled=0/enabled=1/}' /etc/yum.repos.d/nvidia-container-toolkit.repo
- RUN sed -i '0,/enabled=0/{s/enabled=0/enabled=1\npriority=90/}' /etc/yum.repos.d/negativo17-fedora-nvidia.repo
- RUN rpm-ostree install /tmp/rpms/kmods/kmod-nvidia*.rpm libnvidia-fbc libva-nvidia-driver nvidia-driver nvidia-driver-cuda nvidia-modprobe nvidia-persistenced nvidia-settings nvidia-container-toolkit
- RUN rpm-ostree install /tmp/rpms/kmods/kmod-nvidia*.rpm libnvidia-fbc libva-nvidia-driver nvidia-driver nvidia-modprobe nvidia-persistenced nvidia-settings nvidia-container-toolkit
- type: script
scripts:
- nvidia/installtoolkitpolicy.sh
- nvidia/removeunusedrepos.sh
- nvidia/setearlyloading.sh
- nvidia/setdrmvariables.sh
- nvidia/setdrmvariables.sh