mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
vagrant: Enable EFI firmware
Tests: - Bring up vagrant box version 25.16. Able to access the web interface after setup is complete. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
f5e3bd3538
commit
d7e06348db
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -13,6 +13,7 @@ Vagrant.configure(2) do |config|
|
||||
vb.cpus = Etc.nprocessors
|
||||
vb.memory = 2048
|
||||
vb.linked_clone = true
|
||||
vb.customize ["modifyvm", :id, "--firmware", "efi"]
|
||||
end
|
||||
config.vm.provision "shell", run: 'always', inline: <<-SHELL
|
||||
# Disable automatic upgrades
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user