packer_files/README.md

20 lines
327 B
Markdown
Raw Normal View History

2015-11-08 14:51:53 +01:00
# Packer.io
2015-11-08 14:49:59 +01:00
2015-11-08 14:51:53 +01:00
## Machine image builder
2015-11-08 14:49:59 +01:00
2015-11-08 14:51:53 +01:00
can build qemu, xen, vmware, docker, rpi? images
2015-11-08 14:49:59 +01:00
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)
```