Skip to content

Commit

Permalink
Merge pull request #170 from ekohl/use-vga-default
Browse files Browse the repository at this point in the history
Update default video device to vga
  • Loading branch information
geemus authored Feb 26, 2025
2 parents f46eac9 + 90b1a78 commit 73feb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/libvirt/models/compute/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def defaults
:cpu => {},
:hugepages => false,
:guest_agent => true,
:video => {:type => "cirrus", :vram => 9216, :heads => 1},
:video => {:type => "vga", :heads => 1},
:virtio_rng => {},
:firmware_features => { "secure-boot" => "no" },
}
Expand Down

0 comments on commit 73feb82

Please sign in to comment.