Commit Graph

19 Commits

Author SHA1 Message Date
Noel Miller acbe229a3d
fix: removed override language macro that sets language to english (#44)
The default is all languages and not just english.
2024-02-28 19:46:09 +00:00
Noel Miller 3822a95314
feat: Add Test Media Capability (#43)
* feat: Allow users to override secure boot key and password when using container or action

* fix: follow redirects

* chore: update docs

* fix: added comments and removed additional \n

* fix: removed defaults

* fix: added conditional for adding public key

* chore(ci): Added additional test for secure boot

* chore(ci): fixed up workflows to match production

* fix(ci): added workflow dispatch to test

* fix(ci): fixed version and added IMAGE_TAG

* chore(ci): changed to bluefin to test both 38 and 39 secure boot

* chore(ci): added required variables to entrypoint

* chore(ci): added merge_group and added paths-ignore

* chore(ci): updated description

* chore(ci): set to Silverblue since we are testing Bluefin

* chore(ci): Fixed secure boot key not found error

Received error in anaconda when check was hit, need to set as a soft failure to exit the script early without stopping anaconda installation.

* chore: fixed formatting

* chore: fixed whitespace

* chore(ci): Removed duplicate test

* chore: fix whitespace

* chore(ci): fixed test and removed upload to Github Artifacts

* chore: updated README

* feat: Re-enable Test Media Feature
2024-02-28 00:28:38 +00:00
Noel Miller f70e8ea027
feat: Allow users to override secure boot key and password (#40)
* feat: Allow users to override secure boot key and password when using container or action

* fix: follow redirects

* chore: update docs

* fix: added comments and removed additional \n

* fix: removed defaults

* fix: added conditional for adding public key

* chore(ci): Added additional test for secure boot

* chore(ci): fixed up workflows to match production

* fix(ci): added workflow dispatch to test

* fix(ci): fixed version and added IMAGE_TAG

* chore(ci): changed to bluefin to test both 38 and 39 secure boot

* chore(ci): added required variables to entrypoint

* chore(ci): added merge_group and added paths-ignore

* chore(ci): updated description

* chore(ci): set to Silverblue since we are testing Bluefin

* chore(ci): Fixed secure boot key not found error

Received error in anaconda when check was hit, need to set as a soft failure to exit the script early without stopping anaconda installation.

* chore: fixed formatting

* chore: fixed whitespace

* chore(ci): Removed duplicate test

* chore: fix whitespace

* chore(ci): fixed test and removed upload to Github Artifacts

* chore: updated README

* fix: set password to ublue default

* fix: changed enrollment password in containerfile
2024-02-28 00:06:38 +00:00
Robert Sturla 99a54d2869
chore: remove unused rpm-ostree package (#27)
chore: remove unused rpm-ostree dependency

Co-authored-by: Noel Miller <4983138+noelmiller@users.noreply.github.com>
2024-02-27 02:47:28 +00:00
Kyle Gospodnetich ff58b2d122
fix: Ignore Valve Steam Deck hardware due to using EFI but having no keys enrolled by default and add extra boot parameters (#33)
* fix: Ignore Valve Steam Deck hardware due to using EFI but having no keys enrolled by default.

* fix: add extra boot parameters to fix steam deck resolution issue

---------

Co-authored-by: Noel Miller <noelmiller@protonmail.com>
2024-02-25 01:34:23 +00:00
Noel Miller bf4d1368fc
feat: Add Secure Boot Support and Remove Grub Entry for Test this Media (#28)
* chore: First pass of adding secure boot key enrollment

* feat: Add secure boot support

* feat: Removed Test this media grub entry and set default to install

* fix: simplify secureboot scripts

---------

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2024-02-23 18:10:17 +00:00
Jason N. a988f74523 fix: only get first portion of image_name 2024-02-21 15:46:27 -05:00
Jason N. 5e5ce9e754 fix: make volid shorter to fit within 32 char 2024-02-21 15:25:11 -05:00
Noel Miller 42d68772a0
feat(ci): Added ability to run the workflow manually and fix: general fixes (#17) 2024-02-20 17:36:12 -05:00
Jason N. b3e24eabda fix: match action defaults 2024-02-20 13:13:56 -05:00
Jason N. e7172778d0 doc: re-order to put steps in order 2024-02-19 12:18:37 -05:00
Jason N. 31b6b39b23 allow multiple output locations 2024-02-19 14:20:08 +00:00
Jason N. 50bf71eab5 fixes 2024-02-18 19:53:12 +00:00
Jason N. c48c28120b general fixes 2024-02-16 23:40:48 +00:00
Noel Miller 70bc2264ba
fix: tags not properly being set in ostree remote (#6)
* fix: tags are now properly set in remote after install
* refactor: kinoite variant is better as a default except for silverblue
* refactor: use docker to build ISO

---------

Co-authored-by: Benjamin Sherman <benjamin@holyarmy.org>
2024-02-16 14:45:19 -06:00
HikariKnight d78c52a68f Revert "Merge pull request #3 from ublue-os/bsherman-patch-1"
This reverts commit aba2f56ebd, reversing
changes made to 6f3480e2ea.
2024-02-15 21:45:20 +01:00
Benjamin Sherman f32ce26fa7
fix: use image_tag not version
Hopefully
2024-02-15 14:11:54 -06:00
Jason N 6f3480e2ea
feat: Add support anaconda-webui (#1) 2024-02-15 13:48:16 -05:00
Jason N 9d5ef0c115
POC of OS Install 2024-02-15 09:22:02 -05:00