Increase memory from 512 to 768

The Arch Linux installation ISO cannot be booted with 512MB (default).
It needs to be increased to 768MB. Only tested with VirtualBox, most
probably it's the same with every hypervisor.
This commit is contained in:
Christian Kotte 2020-07-12 21:32:55 +02:00 committed by Aaron Bull Schaefer
parent b416b18bec
commit e96dd97f3d

View file

@ -22,6 +22,7 @@
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
"/usr/bin/bash ./enable-ssh.sh<enter>"
],
"memory": 768,
"disk_size": 20480,
"ssh_username": "vagrant",
"ssh_password": "vagrant",
@ -42,6 +43,7 @@
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
"/usr/bin/bash ./enable-ssh.sh<enter>"
],
"memory": 768,
"disk_size": 20480,
"hard_drive_interface": "sata",
"ssh_username": "vagrant",
@ -62,6 +64,7 @@
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
"/usr/bin/bash ./enable-ssh.sh<enter>"
],
"memory": 768,
"disk_size": 20480,
"ssh_username": "vagrant",
"ssh_password": "vagrant",
@ -81,6 +84,7 @@
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
"/usr/bin/bash ./enable-ssh.sh<enter>"
],
"memory": 768,
"disk_size": 20480,
"ssh_username": "vagrant",
"ssh_password": "vagrant",