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