#!/bin/sh # # /etc/rc.d/rc.local: Local system initialization script. # # Put any local setup commands in here: if [ -r /tmp/nic ]; then cat /tmp/nic elif [ -r /var/lib/pcmcia/stab ]; then cat /var/lib/pcmcia/stab else echo "NO CARD FOUND!" fi echo "Log in with root." echo "Type runthelp for a list of useful commands." echo "Type diskhelp for a list of filesystem related commands"