Changes http://wiki.axiom-developer.org/RebuildDoyen/diff
--
-------------------------------------------------------
Instructions to quickly rebuild a Doyen image file.
-------------------------------------------------------
Thanks to Bill Page for this information.
You will need to have root permissions and mkisofs installed
in your system.
As root do the following steps:
* Create a temporary directory.
mkdir tmp
* Use 'mo2dir' to expand the module file you want to modfy, into the temp
directory. eg. usr.mo
Note: the Axiom directory is inside this module under the
directory ./tmp/usr/local/
./tools/mod2dir ./base/usr.mo ./tmp/
* Apply the diffs with the changes you want to './tmp/'
directory. eg. a new Axiom version.
* Pack again the tmp directory as usr.mo using 'dir2mo'.
./tools/dir2mo ./tmp usr.mo
* Replace the module file in './base/' with the new created one.
mv usr.mo ./base/
* Create the iso CD image using 'make_iso.sh'.
./make_iso.sh ../doyen-"version".iso
* Delete the tmp directory.
rm -Rf ./tmp/
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]