Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 623 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 623 Bytes

Debian ISO Preseed

Easily generate a preseeded debian ISO, and massively deploy debian.

This is very useful to provision VMs, or do Fully Automatic Installations on many boxes.

ISO are fully generated in user mode, no root access is needed. (You just need genisoimage and 7z installed.)

Quickstart

$ wget "http://cdimage.debian.org/debian-cd/8.1.0/amd64/iso-cd/debian-8.1.0-amd64-netinst.iso" -O debian.iso
$ cp preseed.example.cfg preseed.cfg
$ ./build.sh

Now you can use debian-preseed.cfg

Help

$ ./build --help

Bugs

Report issues to this git repository