Remastering Knoppix

From CUC3
Revision as of 17:03, 15 May 2006 by import>Cen1001
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Quick notes on how I made a remastered Knoppix for David Wales.

Get a Linux workstation, the most powerful you can get your hands on as this is CPU and memory intensive.

Install KNOPPIX on the hard drive (you'll need this for testing later). I did this in the root partition of my workstation which was /dev/hda6 . Copy the /KNOPPIX directory from the KNOPPIX CD into / . Copy the CD's autorun.*, cdrom.ico, and index.html files into / . From the CD's /boot/isolinux directory copy linux and minirt.gz into somewhere handy; I use /harddrive_boot .

Make lilo.conf boot the 'linux' kernel with minirt.gz as initd, and with some boot options maybe? I forget FIXME

Then I booted the KNOPPIX distro and made three directories to work in: KNOPPIX_original, KNOPPIX-remastered, and masterISO . Copy the contents of /KNOPPIX into both KNOPPIX_ directories, preserving permissions and ownerships. Chroot into KNOPPIX-rematsered and make your changes.

Then exit and rebuild the compressed KNOPPIX file.

Then boot up your original OS and copy the new compressed file over your old /KNOPPIX/KNOPPIX . Boot the new distro to test.