Home | History | Annotate | Line # | Download | only in inst
      1 #	$NetBSD: dot.profile,v 1.3 1998/01/09 21:51:59 perry Exp $
      2 #
      3 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH
      4 TERM=vt100 export TERM
      5 HOME=/
      6 export HOME
      7 
      8 # set up some sane defaults
      9 echo 'erase ^?, werase ^H, kill ^U, intr ^C'
     10 stty newcrt werase ^H intr ^C kill ^U erase ^?
     11 echo
     12 echo "Now when NetBSD is booted you're on your own."
     13 echo "Remember to write bootblocks and to make devices"
     14 echo "in dev in your new root filesystem before booting."
     15 echo "Also remember to copy /gennetbsd and /boot to the"
     16 echo "new root; it's not there by default."
     17 echo
     18 echo "Good luck!"
     19 echo
     20