mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 15:33:47 +01:00
fix(test): packer hcl & uefi path
This commit is contained in:
parent
03b777340d
commit
31af758639
2
tests/Vagrantfile
vendored
2
tests/Vagrantfile
vendored
@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
|
||||
libvirt.redirdev :type => "spicevmc"
|
||||
end
|
||||
if instance.fetch('uefi', default['uefi'])
|
||||
libvirt.loader = '/usr/share/edk2-ovmf/x64/OVMF_CODE.fd'
|
||||
libvirt.loader = '/usr/share/edk2/x64/OVMF_CODE.fd'
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -99,5 +99,3 @@ variable "release" {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user