From 0cbd39c05f94b6e7d9d7df78c3319b8096411b45 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 18 Jan 2016 00:16:35 +0100 Subject: added custom.sh, use only one core for atlas builds --- jessie.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'jessie.json') 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`}}", -- cgit v1.2.3