dot.profile revision 1.1.2.2       1 #	$NetBSD: dot.profile,v 1.1.2.2 1998/11/24 21:50:46 cgd Exp $
      2 PATH=/sbin:/usr/sbin:/usr.install/sbin:/bin:/usr/bin:/usr.install/bin:/
      3 export PATH
      4 
      5 BLOCKSIZE=1k
      6 export BLOCKSIZE
      7 
      8 HOME=/root
      9 export HOME
     10 
     11 echo "For a graphics console, use 'rcons' as your terminal type."
     12 echo "For a serial console via an X terminal, use 'xterm'."
     13 echo "Otherwise use 'vt100'."
     14 echo ""
     15 if [ -x /usr/bin/tset ]; then
     16 	eval `/usr/bin/tset -sQ \?$TERM`
     17 fi
     18 
     19 umask 022
     20 
     21 echo ""
     22 echo "Mount the root filesystem read-write by typing:"
     23 echo "	mount -u /dev/rz<SCSI-ID><PARTITION> /"
     24 echo "where SCSI-ID is the SCSI id of the disk that contains the root"
     25 echo "filesystem, and <PARTITION> is the partition that contains the"
     26 echo "root filesystem (usually 'a' for the start of a disk or 'b' for"
     27 echo "the swap partition."
     28 
     29 echo ""
     30 echo "To start sysinst, simply type:"
     31 echo "	sysinst"
     32 echo "Your terminal type must be set and the root filesystem mounted"
     33 echo "read-write before starting sysinst."
     34 
     35 echo ""
     36