lib/vagrant-libvirt/templates/domain.xml.erb in vagrant-libvirt-0.0.24 vs lib/vagrant-libvirt/templates/domain.xml.erb in vagrant-libvirt-0.0.25
- old
+ new
@@ -12,10 +12,10 @@
<% end %>
</cpu>
<% end %>
<os>
- <type arch='x86_64'>hvm</type>
+ <type>hvm</type>
<boot dev='hd'/>
<kernel><%= @kernel %></kernel>
<initrd><%= @initrd %></initrd>
<cmdline><%= @cmd_line %></cmdline>
</os>