From c583af142098d162f1d9fdabf5d734280c60f400 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Wed, 30 Oct 2013 17:03:22 -0400 Subject: [PATCH] CentOS 6.4 won't install with only 384MB of RAM -- this was fixed in the vmware section but not in the virtualbox section, so copy it. --- packer/centos-6.4-i386.json | 2 +- packer/centos-6.4-x86_64.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/centos-6.4-i386.json b/packer/centos-6.4-i386.json index f4af904d2..cb9ad4f76 100644 --- a/packer/centos-6.4-i386.json +++ b/packer/centos-6.4-i386.json @@ -19,7 +19,7 @@ "ssh_username": "vagrant", "ssh_wait_timeout": "10000s", "vboxmanage": [ - [ "modifyvm", "{{.Name}}", "--memory", "384" ], + [ "modifyvm", "{{.Name}}", "--memory", "480" ], [ "modifyvm", "{{.Name}}", "--cpus", "1" ] ], "virtualbox_version_file": ".vbox_version" diff --git a/packer/centos-6.4-x86_64.json b/packer/centos-6.4-x86_64.json index 76011d8a3..bef6db39a 100644 --- a/packer/centos-6.4-x86_64.json +++ b/packer/centos-6.4-x86_64.json @@ -19,7 +19,7 @@ "ssh_username": "vagrant", "ssh_wait_timeout": "10000s", "vboxmanage": [ - [ "modifyvm", "{{.Name}}", "--memory", "384" ], + [ "modifyvm", "{{.Name}}", "--memory", "480" ], [ "modifyvm", "{{.Name}}", "--cpus", "1" ] ], "virtualbox_version_file": ".vbox_version"