Compare commits

2 Commits

Author SHA1 Message Date
05d87d642c Use rpm to get kernel version instead and use dracut to build kernel modules
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m42s
2025-10-03 13:45:06 -04:00
223e058a30 remove wayblue from image info 2025-10-03 13:44:31 -04:00
6 changed files with 19 additions and 31 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
cosign.key cosign.key
cosign.private cosign.private
/Containerfile /Containerfile
/.bluebuild-scripts_*

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -oue pipefail
QUALIFIED_KERNEL="$(rpm -qa | grep -P 'kernel-(\d+\.\d+\.\d+)' | sed -E 's/kernel-//')"
sudo akmods --kernels $QUALIFIED_KERNEL

View File

@@ -4,7 +4,6 @@ modules:
enabled: enabled:
- bootc-fetch-updates.timer - bootc-fetch-updates.timer
- flatpak-system-update.timer - flatpak-system-update.timer
- lactd.service
user: user:
enabled: enabled:
- flatpak-user-update.timer - flatpak-user-update.timer

View File

@@ -2,8 +2,6 @@ modules:
- type: dnf - type: dnf
repos: repos:
nonfree: rpmfusion nonfree: rpmfusion
copr:
- ilyaz/LACT
install: install:
packages: packages:
# applications # applications
@@ -14,8 +12,9 @@ modules:
- fuzzel - fuzzel
# file manager # file manager
- dolphin - nautilus
- ark - file-roller
- file-roller-nautilus
- ffmpegthumbnailer - ffmpegthumbnailer
@@ -24,6 +23,14 @@ modules:
# text editor # text editor
- neovim - neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
- qdirstat
# kdeconnect # kdeconnect
- kde-connect - kde-connect
@@ -35,19 +42,6 @@ modules:
# gtk # gtk
- nwg-look - nwg-look
# software store
- gnome-software
# disk management
- gnome-disk-utility
# diagnostics
- qdirstat
- lact
- btop
# zsh # zsh
- zsh - zsh

View File

@@ -1,12 +1,15 @@
modules: modules:
- type: dnf - type: dnf
repos: repos:
copr: files:
- atim/xpadneo - https://negativo17.org/repos/fedora-steam.repo
install: install:
packages: packages:
- xpadneo - dkms
- repo: fedora-steam
packages:
- dkms-xpadneo
- type: script - type: script
scripts: scripts:
- buildakmods.sh - regenerateinitramfs.sh

View File

@@ -35,7 +35,7 @@ modules:
# xdg-desktop-portals # xdg-desktop-portals
- xdg-desktop-portal - xdg-desktop-portal
- xdg-desktop-portal-gtk - xdg-desktop-portal-gtk
- xdg-desktop-portal-kde - xdg-desktop-portal-gnome
# polkit # polkit
- polkit - polkit