mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-18 00:45:20 +00:00
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:
parent
b416b18bec
commit
e96dd97f3d
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue