mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-01-23 02:14:40 +00:00
Use 1GB memory when installing Arch Linux ISO
Booting the Arch Linux ISO nowadays requires at least 955 MB of memory (from running `free -m` after booting it in VirtualBox). When the virtual machine only has 768 MB of RAM, extracting the initrd fails and the provisioning script aborts. Increase the memory to 1024 MB to fix this.
This commit is contained in:
parent
9019e7568e
commit
183c425947
1 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
],
|
||||
"cpus": 1,
|
||||
"memory": 768,
|
||||
"memory": 1024,
|
||||
"disk_size": 20480,
|
||||
"ssh_username": "vagrant",
|
||||
"ssh_password": "vagrant",
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
],
|
||||
"cpus": 1,
|
||||
"memory": 768,
|
||||
"memory": 1024,
|
||||
"disk_size": 20480,
|
||||
"hard_drive_interface": "sata",
|
||||
"ssh_username": "vagrant",
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
],
|
||||
"cpus": 1,
|
||||
"memory": 768,
|
||||
"memory": 1024,
|
||||
"disk_size": 20480,
|
||||
"ssh_username": "vagrant",
|
||||
"ssh_password": "vagrant",
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
"/usr/bin/bash ./enable-ssh.sh<enter>"
|
||||
],
|
||||
"cpus": 1,
|
||||
"memory": 768,
|
||||
"memory": 1024,
|
||||
"disk_size": 20480,
|
||||
"ssh_username": "vagrant",
|
||||
"ssh_password": "vagrant",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue