Building the Base Kit ISO

To build the base kit iso, set up your environment as above and cd to the workspace directory.

Code:
$ cd workspace
Run the makebasekit.sh

Code:
$ ./bin/makebasekit.sh
Now you'll have kit-base-0.1-0.noarch.iso in your workspace directory. NOTE: The makebasekit.sh script will remove a bunch of file from your $KUSU_ROOT directory. You may need to run cmake and make again.

To build a bootable kusu installer iso, run the following commands.

Code:
$ mount -o loop distro-disk-1.iso /path-to/distro-src-mnt-pt
$ export KUSU_DISTRO_SRC=/path-to/distro-src-mnt-pt/
$ ./bin/makeiso.sh