I'm trying to make a box in Windows. I am following the instructions here: https://atlas.hashicorp.com/tutorial/packer-vagrant/1
When it comes to the part where my build starts configuring, I get the following errors. What do I do? I'm using just the tutorial template.json but only populated my box name as instructed. Didn't change anything else... Is the scripts directory something I'm supposed to have setup locally? ---- Started new build at 2015-06-14 16:29:30.771073486 +0000 UTC ---- Packer v0.7.5 a virtualbox-iso output will be in this color. 7 error(s) occurred: * Bad script 'scripts/base.sh': stat scripts/base.sh: no such file or directory * Bad script 'scripts/virtualbox.sh': stat scripts/virtualbox.sh: no such file or directory * Bad script 'scripts/vmware.sh': stat scripts/vmware.sh: no such file or directory * Bad script 'scripts/vagrant.sh': stat scripts/vagrant.sh: no such file or directory * Bad script 'scripts/dep.sh': stat scripts/dep.sh: no such file or directory * Bad script 'scripts/cleanup.sh': stat scripts/cleanup.sh: no such file or directory * Bad script 'scripts/zerodisk.sh': stat scripts/zerodisk.sh: no such file or directory ---- Started new build at 2015-06-14 16:29:29.657464711 +0000 UTC ---- Packer v0.7.5 vmware-iso output will be in this color. 7 error(s) occurred: * Bad script 'scripts/base.sh': stat scripts/base.sh: no such file or directory * Bad script 'scripts/virtualbox.sh': stat scripts/virtualbox.sh: no such file or directory * Bad script 'scripts/vmware.sh': stat scripts/vmware.sh: no such file or directory * Bad script 'scripts/vagrant.sh': stat scripts/vagrant.sh: no such file or directory * Bad script 'scripts/dep.sh': stat scripts/dep.sh: no such file or directory * Bad script 'scripts/cleanup.sh': stat scripts/cleanup.sh: no such file or directory * Bad script 'scripts/zerodisk.sh': stat scripts/zerodisk.sh: no such file or directory -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
