Boot the floppy you prepared in the previous step.
Mount the floppy disk, move the DoC modules to the
/boot/lib/modules
directory, and stage the fdisk
package.
mount -t msdos /dev/fd0u1680 /mnt cd /mnt mv mtdcore.o docecc.o doc2000.o docprobe.o nftl.o /boot/lib/modules mv fdisk.lrp /tmp cd / umount /mnt
Edit /boot/etc/modules
and add the
following lines. The order of the lines is very
important.
mtdcore docecc doc2000 docprobe nftl
It is a good idea to make sure there is a blank line at
the end of the /boot/etc/modules
file.
Backup the initrd package.
If you do not backup initrd, your changes will not be transferred to the DoC in step 4.