1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Make 64-bit the default architecture for KVM VMs

This commit is contained in:
Jaime Melis 2014-04-11 15:23:04 +02:00
parent 0010ce049f
commit a7a470f9f3

View File

@ -31,7 +31,7 @@
#VCPU = 1
OS = [ boot = "hd", arch = "i686" ]
OS = [ boot = "hd", arch = "x86_64" ]
FEATURES = [ PAE = "no", ACPI = "yes", APIC = "no", HYPERV = "no" ]
DISK = [ driver = "raw" , cache = "none"]