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