Brendan Sleight <morphix@barwap.spam_removed.com>
isomaker -b basemod.xml [-c] [-m mainmod.xml] [-m mainmod2.xml] [[-r repository [-p package1] [-p package2]] [-t tarball] output.iso
This tool uses mmaker to generate a Morphix iso from scratch, using one basemodule template, and arbitrary number of mainmodule templates and optionally extra dpkg-deb-extracted deb/udeb packages
Specify repository for deb/udeb packages to include on iso
In order for the live CD to actually be bootable, add the following packages, using the morphix udeb archive (-r http://www.morphix.org/debian)
Additional udebs (you probably want them)
isomaker currently doesn't remove the working directories automatically, unless -c is used. do a rm -rf /tmp/libmorphix* afterwards to clean up… ($TEMP/libmorphix* if TEMP set)
Your kernel needs to be able to loop-mount filesystems modprobe loop before building to enable this, if loop is compiled as a module
Morphix is a modular-based liveCD, designed to be easy to modify. The package morphing-tools and morphix-mmaker contains tools to help modify and build morphix-based LiveCDs.
Dont panic. If you find one, report it to us, but please make sure you have read all of the documentation first. We have assumed that you have cloop device and have installed the packages morphing-tools and morphix-mmaker.
Written by Alex de Landgraaf and other Morphix developers. Morphix web site. Browse cvs repository[http://sourceforge.net/projects/morphix] and cvs mailing lists for full list of developers and patches submitted.
This man page was written by Brendan Sleight using asciidoc