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