summaryrefslogtreecommitdiff
path: root/distrib/vax/ramdisk/dot.profile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/vax/ramdisk/dot.profile')
-rw-r--r--distrib/vax/ramdisk/dot.profile7
1 files changed, 2 insertions, 5 deletions
diff --git a/distrib/vax/ramdisk/dot.profile b/distrib/vax/ramdisk/dot.profile
index bb4f8bacd15..b898df54184 100644
--- a/distrib/vax/ramdisk/dot.profile
+++ b/distrib/vax/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.2 2001/03/16 04:50:36 hugh Exp $
+# $OpenBSD: dot.profile,v 1.3 2001/06/23 19:45:02 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -37,7 +37,6 @@ export HISTFILE=/.sh_history
umask 022
set -o emacs # emacs-style command line editing
-alias dmesg="cat /kern/msgbuf"
# XXX
# the TERM/EDITOR stuff is really well enough parameterized to be moved
@@ -51,9 +50,7 @@ TERM=vt100
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
- # mount kernfs and re-mount the boot media (perhaps r/w)
- mount_kernfs /kern /kern
- mount_ffs -o update /kern/rootdev /
+ mount_ffs -o update /dev/rd0a /
# set up some sane defaults
echo 'erase ^H, werase ^W, kill ^U, intr ^C'