From e96dd97f3d0d7b79278960abf5cdceacc0eb5264 Mon Sep 17 00:00:00 2001 From: Christian Kotte Date: Sun, 12 Jul 2020 21:32:55 +0200 Subject: [PATCH] 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. --- arch-template.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch-template.json b/arch-template.json index 9eba102..91ac687 100644 --- a/arch-template.json +++ b/arch-template.json @@ -22,6 +22,7 @@ "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" ], + "memory": 768, "disk_size": 20480, "ssh_username": "vagrant", "ssh_password": "vagrant", @@ -42,6 +43,7 @@ "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" ], + "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", "/usr/bin/bash ./enable-ssh.sh" ], + "memory": 768, "disk_size": 20480, "ssh_username": "vagrant", "ssh_password": "vagrant", @@ -81,6 +84,7 @@ "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" ], + "memory": 768, "disk_size": 20480, "ssh_username": "vagrant", "ssh_password": "vagrant",