Scripts and files modified in Morphix to make live CD.
testcd.sh - testing CD iso in qemu
makdecd.sh - making the CD iso image from CD tree (with base & main mod included)
include-old.sh - starts other scripts in rc.m also does selection of desktop & lang based on boot lang chosen
*.diff - diffs of the modifications done to original files
-- Base mod
locales.diff => /etc/init.d/knoppix-locales
autoconfig.diff => /etc/init.d/knoppix-autoconfig
start.diff => /etc/init.d/morphix-start
-- Mainmod
mkxf86.diff => /usr/sbin/mkxf86config
xsetup.diff => /morphix/init.d/X11-setup
knoppix-autoconfig - the mainscript to get things running, configuring hardware etc
knoppix-locales - setup environment variables based on boot lang passed (ISO codes used)
morphix-start - loadup the modules, mainmod etc, & give control to mainmod scripts
mkxf86config - generate XF86Config file for use with X/Xorg
/morphix/init.d/* - scripts to start different services in Mainmod.
X11-setup - set configuration stuff for X to startup.
/morphix/init.d/services - any custom services to run, put a link for same in /morphix/rc.m/Sxx-services prior to X startup.