edited domain.xml.erb

This commit is contained in:
Brad Wadsworth 2015-06-01 10:26:31 -05:00
parent 23d0a5b012
commit 0b2ebc102b

View File

@ -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>