generated from blue-build/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: adding bazzite image since they use fsync kernel and should be …
…broadly compatible
- Loading branch information
Showing
3 changed files
with
41 additions
and
9 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,16 @@ | ||
# | ||
# 2024 Chris Lauretano <os@cdl.sh> | ||
# this is an experiment to get bluefin-dx properly operational on T2 macs | ||
# now that bluefin uses fsync kernel that has basic T2 patches | ||
name: t2-atomic-bazzite-gnome | ||
# description will be included in the image's metadata | ||
description: Bazzite (Gnome) Repackaged for Apple T2 Hardware. | ||
|
||
base-image: ghcr.io/ublue-os/bazzite-gnome | ||
image-version: latest | ||
|
||
modules: | ||
- from-file: common/common-files.yml | ||
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware | ||
- 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,16 @@ | ||
# | ||
# 2024 Chris Lauretano <os@cdl.sh> | ||
# this is an experiment to get bluefin-dx properly operational on T2 macs | ||
# now that bluefin uses fsync kernel that has basic T2 patches | ||
name: t2-atomic-bazzite | ||
# description will be included in the image's metadata | ||
description: Bazzite Repackaged for Apple T2 Hardware. | ||
|
||
base-image: ghcr.io/ublue-os/bazzite | ||
image-version: latest | ||
|
||
modules: | ||
- from-file: common/common-files.yml | ||
- from-file: common/common-t2-enablement.yml #installs t2 kernel, t2 grub arguments, and packages for enabling t2 hardware | ||
- type: signing # this sets up the proper policy & signing files for signed images to work fully | ||
|