packer_files/README.md

19 lines
275 B
Markdown
Raw Normal View History

2015-11-08 14:49:59 +01:00
#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)
```