index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | vagrant.json | 5 |
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>" ] } |