diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-01 18:47:00 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-01 18:47:00 +0000 |
commit | f1c3a291f0acb7f046c9e23655213c73856b3f60 (patch) | |
tree | afc5dc77be156573a19b6eb12d566161ba690dd9 /distrib/sparc/floppies/inst/dot.profile | |
parent | 27c560104effd5188ebd452ad6ca7898d0ee28b4 (diff) |
mount kerfs and fix TERM=sun vs pc3 confusion
Diffstat (limited to 'distrib/sparc/floppies/inst/dot.profile')
-rw-r--r-- | distrib/sparc/floppies/inst/dot.profile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/distrib/sparc/floppies/inst/dot.profile b/distrib/sparc/floppies/inst/dot.profile index d97b0fd8a4c..ebec7371d23 100644 --- a/distrib/sparc/floppies/inst/dot.profile +++ b/distrib/sparc/floppies/inst/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.3 1997/05/01 11:30:49 niklas Exp $ +# $OpenBSD: dot.profile,v 1.4 1997/05/01 18:46:54 grr Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -31,7 +31,7 @@ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH -TERM=pc3 +TERM=sun export TERM umask 022 @@ -48,6 +48,9 @@ if [ "X${DONEPROFILE}" = "X" ]; then . /.commonutils . /.instutils + # mount /kern so install can peek at msgbuf + mount -t kernfs /kern /kern + # run the installation script. install fi |