Compare commits

...

8 Commits

Author SHA1 Message Date
9e6ac8fb84 Added related packages for wifi
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 11m24s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m39s
2025-06-14 23:32:10 -04:00
fb29909c38 Added networkd because it was not included and wifi 2025-06-14 23:29:21 -04:00
23b1e640c7 Put param in right place
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 10m56s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m42s
2025-06-14 22:48:07 -04:00
bdff4665f8 Removed flatpak identity
Some checks failed
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Failing after 32s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 32s
2025-06-14 22:34:45 -04:00
0077948ab1 Add flatpak packages to run flatpaks
Some checks failed
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Failing after 43s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 38s
2025-06-14 22:27:54 -04:00
1338ddf4bf Added git as it was not included in system
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 13m56s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 8m46s
2025-06-14 16:51:43 -04:00
dfd2525b13 Attempt to add skip-unavailable with packages
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m5s
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Failing after 36s
2025-06-14 16:45:00 -04:00
fcfffc8882 Change to bootc only image
Some checks failed
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Failing after 4m37s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 4m33s
2025-06-14 15:16:05 -04:00
3 changed files with 24 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ modules:
- type: dnf
install:
skip-unavailable: true
packages:
# environment
# fuzzy finder
@@ -72,6 +73,12 @@ modules:
- bluez
- bluez-tools
- firewall-config
- systemd-networkd
- NetworkManager-wifi
# firmware
- iwlwifi-dvm-firmware
- iwlwifi-mvm-firmware
# file manager
- nautilus
@@ -88,6 +95,15 @@ modules:
# power
- powerstat
# git
- git
# flatpak
- flatpak
- flatpak-selinux
- flatpak-session-helper
- flatpak-xdg-utils
remove:
packages:
@@ -100,6 +116,7 @@ modules:
nonfree: rpmfusion
replace:
- from-repo: rpmfusion-nonfree
skip-unavailable: true
packages:
- libheif
- libva
@@ -109,8 +126,11 @@ modules:
- mesa-libEGL
- mesa-libGL
- mesa-libgbm
- mesa-libxatracker
- mesa-va-drivers
- mesa-vulkan-drivers
- gstreamer1-plugin-libav
- gstreamer1-plugin-vaapi
- rar

View File

@@ -6,8 +6,8 @@ name: hydro-os
description: This is my personal OS image.
# the base image to build on top of (FROM) and the version tag to use
base-image: quay.io/fedora-ostree-desktops/base-atomic
image-version: 42 # latest is also supported if you want new updates ASAP
base-image: quay.io/fedora/fedora-bootc
image-version: latest # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module

View File

@@ -6,8 +6,8 @@ name: hydro-os-nvidia
description: This is my personal OS image.
# the base image to build on top of (FROM) and the version tag to use
base-image: quay.io/fedora-ostree-desktops/base-atomic
image-version: 42 # latest is also supported if you want new updates ASAP
base-image: quay.io/fedora/fedora-bootc
image-version: latest # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module