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