To build the image:
- clone this repo
- install the
live-build
package - run
make build
as root cp
ordd
the resultinglive-image-amd64.hybrid.iso
to a USB flash drive or burn it to a DVD
(Or, if you're me and have exactly my memory stick, runmake write
. Have a look atwrite-to-stick
to change USB devices targeted bymake write
.)
To rebuild the image after any configuration change, run make build
again.
Many thanks to the Debian Live Project for this!