summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vagrant.json5
1 files changed, 5 insertions, 0 deletions
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": [
+ "<enter><wait10><wait10><wait10><wait10>",
+ "curl -O 'http://{{.HTTPIP}}:{{.HTTPPort}}/install{,-chroot}.sh'<enter><wait>",
+ "bash install.sh < install-chroot.sh && systemctl reboot<enter>"
]
}