#! /bin/sh - # Install v0.97 - getting better! install=`basename $0` function prtc { echo echo -n [ press return to continue ] read } echo "Welcome to the Linux v0.97 installation script." # skip this junk if the hard drive has been partitioned if [ ! -e .partitioned ]; then cat </mnt/etc/rc.local <> /mnt/etc/fstab if [ $usr ]; then echo $usr /usr minix defaults >> /mnt/etc/fstab fi if [ $swap ]; then echo $swap none swap sw >> /mnt/etc/fstab fi cat <