ublue-os / isogenerator

Creates an ISO for installing a container image as an OS
Apache License 2.0
15 stars 2 forks source link

fix: Ignore Valve Steam Deck hardware due to using EFI but having no keys enrolled by default and add extra boot parameters #33

Closed KyleGospo closed 8 months ago

KyleGospo commented 8 months ago

@noelmiller I wanted to update the initial comment on what this PR is doing:

Purpose

Steam Deck does not require keys to be enrolled, so it should be ignored. @KyleGospo's commit takes care of that. We are also adding an additional feature to support specifically the steam deck to add extra boot parameters to the end of each grub entry. For steam deck, this is specifically to set the resolution.

noelmiller commented 8 months ago

Ready for review!