Improve performance, add additional ram, improve Ubuntu user-data (and fix 22.04)
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-06-03 23:54:32 -04:00
parent 8b43210a26
commit 870c913711
5 changed files with 28 additions and 6 deletions

View File

@ -36,6 +36,7 @@
"type": "qemu",
"vm_name": "{{ user `template` }}",
"qemuargs": [
[ "-cpu", "host" ],
[ "-m", "{{ user `memory` }}" ],
[ "-display", "{{ user `qemu_display` }}" ]
]
@ -81,7 +82,7 @@
"https_proxy": "{{env `https_proxy`}}",
"iso_checksum": "eb3f96fd607e4b67e80f4fc15670feb7d9db5be50f4ca8d0bf07008cb025766b",
"iso_name": "debian-11.7.0-amd64-netinst.iso",
"memory": "1024",
"memory": "4096",
"mirror": "http://cdimage.debian.org/cdimage/release",
"mirror_directory": "11.7.0/amd64/iso-cd",
"name": "debian-11",