mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
Merge pull request #82 from fishilico/increase-mem-1024
Use 1GB memory when installing Arch Linux ISO
This commit is contained in:
commit
dbf58a2a45
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