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>
|
<type>hvm</type>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% @boot_order.each do |b| %>
|
|
||||||
<boot dev='<%= b %>'/>
|
|
||||||
<% end %>
|
|
||||||
<% if @boot_order.count >= 1 %>
|
<% if @boot_order.count >= 1 %>
|
||||||
|
<% @boot_order.each do |b| %>
|
||||||
|
<boot dev='<%= b %>'/>
|
||||||
|
<% end %>
|
||||||
<bootmenu enable='yes'/>
|
<bootmenu enable='yes'/>
|
||||||
|
<% else %>
|
||||||
|
<boot dev='hd' />
|
||||||
<% end %>
|
<% end %>
|
||||||
<kernel><%= @kernel %></kernel>
|
<kernel><%= @kernel %></kernel>
|
||||||
<initrd><%= @initrd %></initrd>
|
<initrd><%= @initrd %></initrd>
|
||||||
|
Loading…
Reference in New Issue
Block a user