first try
This commit is contained in:
parent
728e578bf0
commit
23b04f44e4
2 changed files with 7 additions and 6 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1 +1,4 @@
|
||||||
packer_cache/
|
/packer_cache/
|
||||||
|
/build/
|
||||||
|
/http/*.iso
|
||||||
|
.*.swp
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ ! -f http/debian-7.7.0-i386-DVD-1.iso ]; then
|
|
||||||
cd http
|
cd http
|
||||||
wget http://cdimage.debian.org/debian-cd/current/i386/iso-dvd/debian-7.7.0-i386-DVD-1.iso
|
wget -c -N http://cdimage.debian.org/debian-cd/current/i386/iso-dvd/debian-7.7.0-i386-DVD-1.iso
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
|
||||||
|
|
||||||
packer build debian-babelbox.json
|
packer build debian-babelbox.json
|
||||||
|
|
Loading…
Reference in a new issue