An open API service indexing awesome lists of open source software.

https://github.com/dpc/livecd-editor

Simple Makefile based LiveCD .iso editor (for debian/ubuntu)
https://github.com/dpc/livecd-editor

Last synced: 11 months ago
JSON representation

Simple Makefile based LiveCD .iso editor (for debian/ubuntu)

Awesome Lists containing this project

README

          

This is a simple Makefile that implements everything one needs to customize
Ubuntu/Debian based LiveCD.

It expects `ubuntu.iso` file and will produce `ubuntu-custom.iso`.

To use:

sudo make

The target may be:

* `enter` - will put you into a chroot shell with extracted cd as environment
that you can edit
* `iso` (the default) - will build the `ubuntu-custom.iso` cd from what you've
edited
* `test` - will try to run that CD using qemu for you to test it

The resulting `ubuntu-custom.iso` can be used in the future as a base image
(`ubuntu.iso`).