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