first try

This commit is contained in:
Jan Dittberner 2014-11-02 12:04:01 +01:00
parent 728e578bf0
commit 23b04f44e4
2 changed files with 7 additions and 6 deletions

5
.gitignore vendored
View File

@ -1 +1,4 @@
packer_cache/ /packer_cache/
/build/
/http/*.iso
.*.swp

View File

@ -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 -c -N http://cdimage.debian.org/debian-cd/current/i386/iso-dvd/debian-7.7.0-i386-DVD-1.iso
wget 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