summaryrefslogtreecommitdiff
path: root/jessie.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-18 00:16:35 +0100
committervarac <varacanero@zeromail.org>2016-01-18 00:16:35 +0100
commit0cbd39c05f94b6e7d9d7df78c3319b8096411b45 (patch)
treea46454a3f2df2632a71e602264e35a44cf41bdb6 /jessie.json
parent3a73eb0351ba02ac1fa9f59cc4b8680fea2137ea (diff)
added custom.sh, use only one core for atlas builds
Diffstat (limited to 'jessie.json')
-rw-r--r--jessie.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/jessie.json b/jessie.json
index e7ce261..4a8d23e 100644
--- a/jessie.json
+++ b/jessie.json
@@ -15,6 +15,7 @@
"type": "shell",
"scripts": [
"scripts/base.sh",
+ "scripts/custom.sh",
"scripts/virtualbox.sh",
"scripts/vagrant.sh",
"scripts/dep.sh",
@@ -22,6 +23,9 @@
"scripts/zerodisk.sh"
],
"override": {
+ "qemu": {
+ "execute_command": "echo 'vagrant'|sudo -S bash '{{.Path}}'"
+ },
"virtualbox-iso": {
"execute_command": "echo 'vagrant'|sudo -S bash '{{.Path}}'"
}
@@ -58,14 +62,7 @@
"iso_url": "http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.2.0-amd64-netinst.iso",
"net_device": "virtio-net",
"qemuargs": [
- [
- "-m",
- "1024M"
- ],
- [
- "-smp",
- "4"
- ]
+ [ "-m", "1024M" ]
],
"shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -h now",
"ssh_password": "{{user `password`}}",