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
|
||||
set -e
|
||||
|
||||
if [ ! -f http/debian-7.7.0-i386-DVD-1.iso ]; then
|
||||
cd http
|
||||
wget http://cdimage.debian.org/debian-cd/current/i386/iso-dvd/debian-7.7.0-i386-DVD-1.iso
|
||||
cd ..
|
||||
fi
|
||||
cd http
|
||||
wget -c -N http://cdimage.debian.org/debian-cd/current/i386/iso-dvd/debian-7.7.0-i386-DVD-1.iso
|
||||
cd ..
|
||||
|
||||
packer build debian-babelbox.json
|
||||
|
|
Loading…
Reference in a new issue