forked from pool/virt-launcher-container
Accepting request 945731 from home:vulyanov:branches:Virtualization
- Symlink UEFI firmware with AMD SEV support OBS-URL: https://build.opensuse.org/request/show/945731 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=16
This commit is contained in:
parent
003dcb3290
commit
4520f518aa
@ -41,6 +41,7 @@ RUN zypper -n install \
|
||||
RUN mkdir -p /usr/share/OVMF && \
|
||||
ln -s ../qemu/ovmf-x86_64-code.bin /usr/share/OVMF/OVMF_CODE.fd && \
|
||||
ln -s ../qemu/ovmf-x86_64-vars.bin /usr/share/OVMF/OVMF_VARS.fd && \
|
||||
ln -s ../qemu/ovmf-x86_64-code.bin /usr/share/OVMF/OVMF_CODE.cc.fd && \
|
||||
ln -s ../qemu/ovmf-x86_64-smm-ms-code.bin /usr/share/OVMF/OVMF_CODE.secboot.fd && \
|
||||
ln -s ../qemu/ovmf-x86_64-smm-ms-vars.bin /usr/share/OVMF/OVMF_VARS.secboot.fd
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 09:52:56 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Symlink UEFI firmware with AMD SEV support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 26 05:42:11 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user