mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-12 07:17:13 +01:00
fix(test): packer hcl & uefi path
This commit is contained in:
parent
03b777340d
commit
31af758639
2 changed files with 1 additions and 3 deletions
2
tests/Vagrantfile
vendored
2
tests/Vagrantfile
vendored
|
@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
|
||||||
libvirt.redirdev :type => "spicevmc"
|
libvirt.redirdev :type => "spicevmc"
|
||||||
end
|
end
|
||||||
if instance.fetch('uefi', default['uefi'])
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -99,5 +99,3 @@ variable "release" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue