diff options
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 |