packer_files/README.md

19 lines
275 B
Markdown

#Packer.io
##Machine image builder
To launch build
```sh
$ packer build os/debian8.2/debian.conf
```
to host preseed file
```
cd os/debian8.2/
python -m SimpleHTTPServer #this is a hack beware that debian.conf (and thu the user password here publicly accessible)
```