mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
edited domain.xml.erb
This commit is contained in:
parent
23d0a5b012
commit
0b2ebc102b
@ -27,11 +27,13 @@
|
||||
<type>hvm</type>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% if @boot_order.count >= 1 %>
|
||||
<% @boot_order.each do |b| %>
|
||||
<boot dev='<%= b %>'/>
|
||||
<% end %>
|
||||
<% if @boot_order.count >= 1 %>
|
||||
<bootmenu enable='yes'/>
|
||||
<% else %>
|
||||
<boot dev='hd' />
|
||||
<% end %>
|
||||
<kernel><%= @kernel %></kernel>
|
||||
<initrd><%= @initrd %></initrd>
|
||||
|
Loading…
Reference in New Issue
Block a user