Commit Graph

13 Commits

Author SHA1 Message Date
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
Noel Miller e36da208a8
fix: missed \ and updated README (#34)
* fix: missed \

* fix: moved variables into table and added EXTRA_BOOT_PARAMS

* Update README.md

Co-authored-by: Robert Sturla <robertsturla@outlook.com>

---------

Co-authored-by: Robert Sturla <robertsturla@outlook.com>
2024-02-25 14:19:17 +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 337e31c744
feat: add creation of sha256 checksum (#30)
* feat: add creation of sha256 checksum

* fix: use it use no directory as part of the check
2024-02-24 00:55:44 +00:00
Jason N. ea1a7c9623 free up extra space 2024-02-20 10:25:29 -05:00
Jason N. 0f9cb8812c fix: always push for testing and include variant in ISO name 2024-02-19 12:38:14 -05:00
Jason N. a0cfe4e05a single quotes 2024-02-19 12:34:01 -05:00
Jason N. 1a58c12608 fix: don't push the iso during testing 2024-02-19 12:32:42 -05:00
Jason N. cda1689641 doc: update VARIANT description to include how to find options 2024-02-19 12:18:18 -05:00
Jason N. 2290aa6209 missing inputs 2024-02-18 20:03:42 +00:00
Jason N. 50bf71eab5 fixes 2024-02-18 19:53:12 +00:00
Jason N. 96b1379d6c update workflow 2024-02-18 19:12:30 +00:00
Jason N. c48c28120b general fixes 2024-02-16 23:40:48 +00:00