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

View File

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