Step 2: configure Bering for DoC booting

  1. Boot the floppy you prepared in the previous step.

  2. 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
              
  3. 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.

  4. Backup the initrd package.

    Important

    If you do not backup initrd, your changes will not be transferred to the DoC in step 4.