project-machine / machine

Apache License 2.0
11 stars 7 forks source link

Import UEFI Code file if specified in machine yaml #26

Closed raharper closed 1 year ago

raharper commented 1 year ago

Due to different sized (and possibly incompatible firmware changes) machine definitions allow specifying a UEFI Code blob as well as the vars. UEFI Code and Vars should be delivered in pairs and imported as such.

Fixes: #25