forked from blue-build/legacy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a556f6
commit c2356ac
Showing
11 changed files
with
106 additions
and
59 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,15 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: beyond-aero15xv8 | ||
# description will be included in the image's metadata | ||
description: A Beyond based image for the Gigabyte Aero 15Xv8 laptop | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/beyond-nvidia | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
modules: | ||
- from-file: common/aero15xv8/files.yml | ||
- from-file: common/aero15xv8/packages.yml | ||
- from-file: common/aero15xv8/bling.yml | ||
- from-file: common/aero15xv8/yafti.yml | ||
- from-file: common/aero15xv8/scripts.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: bluefin-aero15xv8 | ||
# description will be included in the image's metadata | ||
description: A Bluefin based image for the Gigabyte Aero 15Xv8 laptop | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/bluefin-nvidia | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
modules: | ||
- from-file: common/aero15xv8/files.yml | ||
- from-file: common/aero15xv8/packages.yml | ||
- from-file: common/aero15xv8/bling.yml | ||
- from-file: common/aero15xv8/yafti.yml | ||
- from-file: common/aero15xv8/scripts.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
type: bling # configure what to pull in from ublue-os/bling | ||
install: | ||
- justfiles # add "!include /usr/share/ublue-os/just/100-bling.just" | ||
# in your custom.just (added by default) or local justfile | ||
- nix-installer # shell shortcuts for determinate system's nix installers | ||
- ublue-os-wallpapers | ||
# - ublue-update # https://github.com/ublue-os/ublue-update | ||
# - 1password # install 1Password (stable) and `op` CLI tool | ||
# - dconf-update-service # a service unit that updates the dconf db on boot | ||
- devpod # https://devpod.sh/ as an rpm | ||
# - gnome-vrr # enables gnome-vrr for your image | ||
- container-tools # installs container-related tools onto /usr/bin: kind, kubectx, docker-compose and kubens | ||
- laptop # installs TLP and configures your system for laptop usage | ||
# - flatpaksync # allows synchronization of user-installed flatpaks, see separate documentation section |
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,9 @@ | ||
type: files | ||
files: | ||
- usr: /usr # copy static configurations | ||
# | ||
# copies config/files/usr into your image's /usr | ||
# | ||
# configuration you wish to end up in /etc/ on the booted system | ||
# should be added into /usr/etc/ as that is the proper "distro" | ||
# config directory on ostree. Read more in the files module's README |
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 @@ | ||
type: rpm-ostree | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/maximmaxim345/nbfc-linux/repo/fedora-%OS_VERSION%/maximmaxim345-nbfc-linux-fedora-%OS_VERSION%.repo | ||
install: | ||
- akmod-acpi_ec | ||
- intel-undervolt | ||
- nbfc-linux | ||
- nbfc-linux-aero15xv8 | ||
- solaar | ||
- wl-clipboard | ||
- zsh | ||
remove: | ||
- firefox # default firefox removed in favor of flatpak | ||
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems |
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,4 @@ | ||
type: script | ||
scripts: | ||
# this sets up the proper policy & signing files for signed images to work | ||
- signing.sh |
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 @@ | ||
type: yafti |
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,15 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: kinoite-aero15xv8 | ||
# description will be included in the image's metadata | ||
description: A Kinoite based image for the Gigabyte Aero 15Xv8 laptop | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/kinoite-nvidia | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
modules: | ||
- from-file: common/aero15xv8/files.yml | ||
- from-file: common/aero15xv8/packages.yml | ||
- from-file: common/aero15xv8/bling.yml | ||
- from-file: common/aero15xv8/yafti.yml | ||
- from-file: common/aero15xv8/scripts.yml |
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: silverblue-aero15xv8 | ||
# description will be included in the image's metadata | ||
description: A Silverblue based image for the Gigabyte Aero 15Xv8 laptop | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-nvidia | ||
image-version: 39 # latest is also supported if you want new updates ASAP | ||
|
||
modules: | ||
- from-file: common/aero15xv8/files.yml | ||
- from-file: common/aero15xv8/packages.yml | ||
- from-file: common/aero15xv8/bling.yml | ||
- from-file: common/aero15xv8/yafti.yml | ||
- from-file: common/aero15xv8/scripts.yml |