diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 17:09:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-21 17:09:29 +0000 |
commit | a422f83c72dc4190ba86a3aaf9a7f177b9672304 (patch) | |
tree | 23397a002e3615f16297ff5fc9b0e0d0b54ce72c /distrib/hp300/ramdisk | |
parent | f17382580c08cf9f547789bfcc02feb74636a24e (diff) |
remove crud
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r-- | distrib/hp300/ramdisk/dot.profile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/hp300/ramdisk/dot.profile b/distrib/hp300/ramdisk/dot.profile index b2a58a91a5f..b0e7e0e2957 100644 --- a/distrib/hp300/ramdisk/dot.profile +++ b/distrib/hp300/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.13 2002/04/05 03:13:18 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.14 2002/04/21 17:09:28 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $ # # Copyright (c) 1994 Christopher G. Demetriou @@ -43,15 +43,9 @@ if [ "X${DONEPROFILE}" = "X" ]; then # set up some sane defaults echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T' stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600 - echo '' - echo 'Remounting /dev/rd0a as root...' mount -u /dev/rd0a / - # pull in the functions that people will use from the shell prompt. - . /.commonutils - . /.instutils - # Installing or upgrading? _forceloop="" while [ "X$_forceloop" = X"" ]; do |