Table of Contents
The LEAF "Bering" floppy disk is provided with package(s) and/or module(s) you won't necessary need. Get rid of them to begin with.
Check the list of packages provided above to see if you need them. Some examples follow:
A US user can remove the keyboard.lrp package
A cable modem user with dynamic IP can get rid of the ppp.lrp and pppoe.lrp packages
A user with a fixed external IP does not need pump.lrp
A DSL/PPPoE user will not necessarily need pump.lrp
To remove a given package (say unneeded.lrp) from the LEAF disk, insert it in your floppy drive and boot it. When you will see the LEAF configuration menu, type q (quit) to get access to the linux shell. Then execute the following commands:
mount -t msdos /dev/fd0u1680 /mnt cd /mnt rm unneeded.lrp cd / umount /mnt