diff options
Diffstat (limited to 'distrib/vax/inst/dot.profile')
-rw-r--r-- | distrib/vax/inst/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/inst/dot.profile b/distrib/vax/inst/dot.profile index a4bd1fdfa81..09ddc83d334 100644 --- a/distrib/vax/inst/dot.profile +++ b/distrib/vax/inst/dot.profile @@ -2,8 +2,8 @@ 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 'erase ^?, werase ^H, kill ^U, intr ^C, status ^T' +stty newcrt werase ^H intr ^C kill ^U erase ^? status ^T echo echo "Now when NetBSD is booted you're on your own." echo "Remember to write bootblocks and to make devices" |