generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from Plyrolith/main
Add images with NVIDIA drivers
- Loading branch information
Showing
7 changed files
with
163 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Image will be published to ghcr.io/<user>/<name> | ||
name: bazzite-dx-nvidia | ||
# Description will be included in the image's metadata | ||
description: This is my custom Bazzite image that tries to add all the development capabilities from the Aurora DX image. | ||
|
||
# The base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/bazzite-nvidia | ||
image-version: latest # latest is also supported if you want new updates ASAP | ||
|
||
# Module configuration | ||
modules: | ||
|
||
# Common steps between KDE versions | ||
- from-file: common_kde_recipe.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Image will be published to ghcr.io/<user>/<name> | ||
name: bazzite-gnome-dx-nvidia | ||
# Description will be included in the image's metadata | ||
description: This is my custom Bazzite GNOME image that tries to add all the development capabilities from the Bluefin DX image. | ||
|
||
# The base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/bazzite-gnome-nvidia | ||
image-version: latest # latest is also supported if you want new updates ASAP | ||
|
||
# Module configuration | ||
modules: | ||
|
||
# Common steps between GNOME versions | ||
- from-file: common_gnome_recipe.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Module configuration, executed in order | ||
# You can include multiple instances of the same module | ||
modules: | ||
- type: containerfile | ||
snippets: | ||
- ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-bazzite-gnome}" | ||
|
||
- type: files | ||
files: | ||
- source: bluefin/system_files/shared/usr/bin | ||
destination: /usr/bin | ||
- source: bluefin/system_files/shared/usr/libexec | ||
destination: /usr/libexec | ||
- source: bluefin/system_files/shared/usr/lib/tmpfiles.d | ||
destination: /usr/lib/tmpfiles.d | ||
- source: bluefin/system_files/shared/usr/share/ublue-os/bluefin-cli | ||
destination: /usr/share/ublue-os/bluefin-cli | ||
- source: bluefin/system_files/shared/usr/share/ublue-os/homebrew | ||
destination: /usr/share/ublue-os/homebrew | ||
- source: bluefin/system_files/shared/usr/share/ublue-os/quadlets | ||
destination: /usr/share/ublue-os/quadlets | ||
# Avoid Bluefin branding | ||
# - source: bluefin/system_files/silverblue/usr/share: | ||
# destination: /usr/share | ||
- source: bluefin/system_files/dx | ||
destination: / | ||
- source: files/shared | ||
destination: / | ||
|
||
# Common steps between all versions | ||
- from-file: common_recipe.yml | ||
|
||
# Install GNOME packages | ||
- type: rpm-ostree | ||
install: | ||
- cryfs | ||
- gnome-shell-extension-appindicator | ||
- gnome-shell-extension-blur-my-shell | ||
# - gnome-shell-extension-caffeine | ||
- gnome-shell-extension-dash-to-dock | ||
# - gnome-shell-extension-gsconnect | ||
# - gnome-shell-extension-logo-menu | ||
- gnome-shell-extension-search-light | ||
- gnome-shell-extension-tailscale-gnome-qs | ||
- libgda | ||
- libgda-sqlite | ||
- libratbag-ratbagd | ||
- nautilus-gsconnect | ||
- nautilus-open-any-terminal | ||
- openssh-askpass | ||
- simple-scan | ||
- yaru-theme | ||
- zenity | ||
remove: | ||
- gnome-extensions-app | ||
- gnome-software-rpm-ostree | ||
- gnome-tour | ||
- gnome-terminal-nautilus | ||
|
||
- type: gnome-extensions | ||
install: | ||
# - Logo Menu # Already in Bazzite | ||
- Search Light | ||
|
||
# Cleanup repos, etc... | ||
- type: script | ||
scripts: | ||
- cleanup.sh | ||
|
||
- type: signing # this sets up the proper policy & signing files for signed images to work fully |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Module configuration, executed in order | ||
# You can include multiple instances of the same module | ||
modules: | ||
- type: files | ||
files: | ||
- source: bluefin/system_files/shared/usr/bin | ||
destination: /usr/bin | ||
- source: bluefin/system_files/shared/usr/libexec | ||
destination: /usr/libexec | ||
- source: bluefin/system_files/shared/usr/lib/tmpfiles.d | ||
destination: /usr/lib/tmpfiles.d | ||
- source: bluefin/system_files/shared/usr/share/ublue-os/bluefin-cli | ||
destination: /usr/share/ublue-os/bluefin-cli | ||
- source: bluefin/system_files/shared/usr/share/ublue-os/homebrew | ||
destination: /usr/share/ublue-os/homebrew | ||
- source: bluefin/system_files/shared/usr/share/ublue-os/quadlets | ||
destination: /usr/share/ublue-os/quadlets | ||
- source: bluefin/system_files/shared/usr/share/ublue-os/ublue-os.jsonc | ||
destination: /usr/share/ublue-os/ublue-os.jsonc | ||
- source: bluefin/system_files/kinoite/usr/bin | ||
destination: /usr/bin | ||
- source: bluefin/system_files/kinoite/usr/share/applications | ||
destination: /usr/share/applications | ||
- source: bluefin/system_files/kinoite/usr/share/kglobalaccel | ||
destination: /usr/share/kglobalaccel | ||
- source: bluefin/system_files/dx | ||
destination: / | ||
- source: files/shared | ||
destination: / | ||
- source: files/kinoite | ||
destination: / | ||
|
||
# Common steps between all versions | ||
- from-file: common_recipe.yml | ||
|
||
# Install KDE Packages | ||
- type: rpm-ostree | ||
install: | ||
- kde-runtime-docs | ||
- kdenetwork-filesharing | ||
# - kdeplasma-addons # Already included in bazzite | ||
- kdialog | ||
- libadwaita-qt5 | ||
- libadwaita-qt6 | ||
- plasma-wallpapers-dynamic | ||
- skanpage | ||
remove: | ||
- krfb | ||
- krfb-libs | ||
- plasma-welcome | ||
|
||
# Cleanup repos, etc... | ||
- type: script | ||
scripts: | ||
- cleanup.sh | ||
|
||
- type: signing # this sets up the proper policy & signing files for signed images to work fully |