16 lines
494 B
Plaintext
16 lines
494 B
Plaintext
|
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH
|
||
|
TERM=vt100 export TERM
|
||
|
|
||
|
# 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
|