diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-11 21:04:18 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-11 21:04:18 +0000 |
commit | 6fbfbd32c435e3ce9ebdc96c3228c1878a96c8db (patch) | |
tree | 5c083c1a754a811d09e209e78ae41fa0e8182c6f /distrib/i386/floppies | |
parent | b1cb6bbb3caffe743646dd7cf530ee5dc4c54d25 (diff) |
Don't try to pull in .instutils
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/ramdisk/dot.profile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/i386/floppies/ramdisk/dot.profile b/distrib/i386/floppies/ramdisk/dot.profile index f69f10e12b9..94abb3f8abe 100644 --- a/distrib/i386/floppies/ramdisk/dot.profile +++ b/distrib/i386/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.5 1997/05/07 06:03:25 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.6 1997/05/11 21:04:17 tholo Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -49,9 +49,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then # mount the kern_fs so that we can examine the dmesg state mount -t kernfs /kern /kern - # pull in the functions that people will use from the shell prompt. - . /.instutils - echo "Follow the installation directions to install or upgrade" echo "the OpenBSD distribution sets." fi |