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