mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Add "overriding" OVF template
This should allow us to generate "compliant" virtual machine images that VMware Player does not complain about.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"disk_size": "30000",
|
||||
"hard_drive_interface": "sata",
|
||||
"vboxmanage": [
|
||||
["modifyvm", "{{.Name}}", "--memory", "4096", "--vram", "128", "--mouse", "usbtablet", "--accelerate3d", "on", "--apic", "on", "--rtcuseutc", "on", "--graphicscontroller", "vmsvga"],
|
||||
["modifyvm", "{{.Name}}", "--memory", "4096", "--vram", "128", "--mouse", "usbtablet", "--accelerate3d", "on", "--apic", "on", "--rtcuseutc", "on", "--graphicscontroller", "vmsvga", "--nictype1", "virtio"],
|
||||
["storageattach", "{{.Name}}", "--storagectl", "SATA Controller", "--port", "0", "--nonrotational", "on", "--discard", "on"]
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user