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