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)
- Host: GitHub
- URL: https://github.com/dpc/livecd-editor
- Owner: dpc
- Created: 2012-01-20T16:02:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T08:55:46.000Z (almost 11 years ago)
- Last Synced: 2025-03-29T05:48:21.392Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
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`).