lib/veewee/provider/vmfusion/box/template.vmx.erb in veewee-0.3.12 vs lib/veewee/provider/vmfusion/box/template.vmx.erb in veewee-0.4.0
- old
+ new
@@ -94,10 +94,10 @@
ethernet0.displayName = "Ethernet"
sound.startConnected = "FALSE"
RemoteDisplay.vnc.enabled = "TRUE"
RemoteDisplay.vnc.port = "<%= vnc_port %>"
<% if enable_hypervisor_support == true %>vhv.enable = "TRUE"<% end %>
-<% if fusion_version.start_with?('5.') %>bios.bootOrder = "hdd,CDROM"<% end %>
+<% if fusion_version.start_with?('5.') or fusion_version.start_with?('6.') %>bios.bootOrder = "hdd,CDROM"<% end %>
<% unless vmdk_file.nil? %>
scsi0:2.present = "TRUE"
scsi0:2.fileName = "<%= vmdk_file %>"
scsi0:2.redo = ""
<% end %>