summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/ramdisk/dot.profile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-05-03 07:50:17 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-05-03 07:50:17 +0000
commit90649cdd4bbf3ba18c138570649f321c120f45c9 (patch)
tree063d2533e86d5d230b38ad4073e01f3e3ff5cdbb /distrib/i386/floppies/ramdisk/dot.profile
parent852ef82bd6f0c5acf1e2c79d870d4ca158713810 (diff)
Almost complete install script that uses the machine-independant code from
the miniroot; not quite ready for prime-time yet but getting closer
Diffstat (limited to 'distrib/i386/floppies/ramdisk/dot.profile')
-rw-r--r--distrib/i386/floppies/ramdisk/dot.profile8
1 files changed, 3 insertions, 5 deletions
diff --git a/distrib/i386/floppies/ramdisk/dot.profile b/distrib/i386/floppies/ramdisk/dot.profile
index 7dc5eee25ca..13e93aa0812 100644
--- a/distrib/i386/floppies/ramdisk/dot.profile
+++ b/distrib/i386/floppies/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.3 1997/04/17 10:02:03 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.4 1997/05/03 07:50:15 tholo Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -31,8 +31,6 @@
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
-TERM=pc3
-export TERM
HOME=/
export HOME
@@ -55,6 +53,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
. /.commonutils
. /.instutils
- # run the installation script.
- install
+ echo "Follow the installation directions to install or upgrade"
+ echo "the OpenBSD distribution sets."
fi