Howto modify the disks yourself

If you want to modify the disks you need : The bootdisk :

This disk contains the kernel and lilo and has a minix file system. This is my modification method (example for a new kernel) :
The rootdisk :

This disk contains all the stuff that will be loaded in ram. It has a few commands on it, like mount, fdisk,rpm etc. and the /dev entries. It has a compressed file system. This is my modification method :
The installdisk :

This disk contains the install scripts (install.sh and rpminstall.sh) and a rpm with the modified lilo and a modified 'install' kernel. It has an ext2 file system. So you can modify it by simply mounting the floppy.

Back to pre installation