Hello, There is a bug on the packer 0.7.5 and windows, this is fixed in master
you need to build it manually or wait until until 0.8 I am afraid. other option is not use windows at the moment, This was fixed here: https://github.com/mitchellh/packer/issues/2165 Alvaro. On Mon, Jun 15, 2015 at 5:06 AM, Jake Wilson <[email protected]> wrote: > 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. -- 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.
