packer_files/README.md

20 lines
327 B
Markdown

# Packer.io
## Machine image builder
can build qemu, xen, vmware, docker, rpi? images
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)
```