mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add reference for Fedora
This commit is contained in:
parent
44bc5faec0
commit
7a0cf72213
1 changed files with 2 additions and 0 deletions
2
quickemu
2
quickemu
|
@ -363,6 +363,8 @@ function vm_boot() {
|
|||
|
||||
# OVMF_CODE.secboot.fd is like OVMF_CODE_4M.fd, but will abort if QEMU
|
||||
# does not support SMM.
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1929357#c5
|
||||
case ${secureboot} in
|
||||
on)
|
||||
if [ -e "/usr/share/OVMF/OVMF_CODE_4M.secboot.fd" ]; then
|
||||
|
|
Loading…
Reference in a new issue