mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
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>
This commit is contained in:
parent
bdbcfde826
commit
ff58b2d122
3 changed files with 25 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ inputs:
|
|||
IMAGE_TAG:
|
||||
description: Tag of the source container image
|
||||
required: false
|
||||
EXTRA_BOOT_PARAMS:
|
||||
description: Extra params used by grub to boot the anaconda installer
|
||||
required: false
|
||||
WEB_UI:
|
||||
description: Enable Anaconda WebUI
|
||||
required: true
|
||||
|
|
@ -104,6 +107,7 @@ runs:
|
|||
VARIANT=${{ inputs.VARIANT }} \
|
||||
VERSION=${{ inputs.VERSION }} \
|
||||
WEB_UI=${{ inputs.WEB_UI }}
|
||||
EXTRA_BOOT_PARAMS=${{ inputs.EXTRA_BOOT_PARAMS }}
|
||||
|
||||
- name: Create deploy.iso and generate sha256 checksum
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue