#!/bin/sh # This script configures support for ethernet cards needed during # installation for an NFS install. # # Normally this automatically loads an image from the ISO, and if # it cannot be found tries to load a floppy disk. # # You may also give a path to the network.dsk image, like this: # network /some/exact/path/network.dsk # echo echo "Network support for NFS install, 23-Sep-2004 volkerdi@slackware.com" echo # Now, let's call the network.sh script to actually do most of the work: if [ -r /scripts/network.sh ]; then sh /scripts/network.sh fi echo echo "The next step in your installation may be partitioning your hard drive" echo "(if you're installing to a Linux partition) with 'fdisk' or 'cfdisk'" echo "(the menu-driven version of fdisk). If you already have a partition" echo "prepared for Linux, run 'setup' to start the installer program." echo