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.
feat: add nvidia image, updated mako config
- Loading branch information
Showing
6 changed files
with
31 additions
and
7 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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
ublue_variants: | ||
- label: gerblesh/usway-rewrite | ||
- label: gerblesh/usway | ||
ks: /kickstart/ublue-os.ks | ||
flavors: | ||
- label: usway-rewrite | ||
- label: usway | ||
- label: gerblesh/usway-nvidia | ||
ks: /kickstart/ublue-os-nvidia.ks | ||
flavors: | ||
- label: usway-nvidia |
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 @@ | ||
# this will include desktop specific config files later |
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: usway-nvidia | ||
# description will be included in the image's metadata | ||
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/ | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/sericea-nvidia | ||
image-version: 38 # latest is also supported if you want new updates ASAP | ||
|
||
# list of modules, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common.yml | ||
- from-file: desktop.yml |