Skip to content
Snippets Groups Projects
Commit edc1f3a1 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

gitlab_runner: boot in UEFI mode

UEFI is the future!
parent 15c83f3a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !881. Comments created here will be created in the context of that merge request.
......@@ -89,7 +89,7 @@ run() {
cleanup() {
rm /run/libvirt-executor/id_ed25519_$(vm_name){,.pub}
virsh destroy "$(vm_name)" || true
virsh undefine --remove-all-storage "$(vm_name)"
virsh undefine --nvram --remove-all-storage "$(vm_name)"
}
case "${1:-}" in
......
......@@ -8,7 +8,7 @@
<entry>io.systemd.credential.binary:tmpfiles.extra=$tmpfiles_extra</entry>
</oemStrings>
</sysinfo>
<os>
<os firmware='efi'>
<type arch='x86_64' machine='q35'>hvm</type>
<smbios mode='sysinfo'/>
</os>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment