1998-01-10 00:51:25 +03:00
|
|
|
# $NetBSD: dot.profile,v 1.3 1998/01/09 21:51:59 perry Exp $
|
1998-01-09 21:56:42 +03:00
|
|
|
#
|
1995-10-02 00:22:13 +03:00
|
|
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH
|
|
|
|
TERM=vt100 export TERM
|
1998-01-10 00:51:25 +03:00
|
|
|
HOME=/
|
|
|
|
export HOME
|
1995-10-02 00:22:13 +03:00
|
|
|
|
|
|
|
# set up some sane defaults
|
|
|
|
echo 'erase ^?, werase ^H, kill ^U, intr ^C'
|
|
|
|
stty newcrt werase ^H intr ^C kill ^U erase ^?
|
|
|
|
echo
|
|
|
|
echo "Now when NetBSD is booted you're on your own."
|
|
|
|
echo "Remember to write bootblocks and to make devices"
|
|
|
|
echo "in dev in your new root filesystem before booting."
|
|
|
|
echo "Also remember to copy /gennetbsd and /boot to the"
|
|
|
|
echo "new root; it's not there by default."
|
|
|
|
echo
|
|
|
|
echo "Good luck!"
|
|
|
|
echo
|