From b28a3426f492e3cd2451e1e3b71b18c21f2732bd Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Mon, 8 May 2017 17:13:24 +0200 Subject: added bootcommands for qemu --- vagrant.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vagrant.json b/vagrant.json index bb87cd5..651387b 100644 --- a/vagrant.json +++ b/vagrant.json @@ -65,6 +65,11 @@ "-smp", "{{user `cpus`}}" ] + ], + "boot_command": [ + "", + "curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'", + "bash install.sh < install-chroot.sh && systemctl reboot" ] } -- cgit v1.2.3