summaryrefslogtreecommitdiff
path: root/distrib/sparc/miniroot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-09 20:04:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-04-09 20:04:10 +0000
commit169e4ff046c12a691d3d7185d5a5e91ba3e404d2 (patch)
tree281a1c71a0c525f22dfd2700d025986a9092f0f5 /distrib/sparc/miniroot
parentee9fc2dcb402c3dfbaad3988c00852037584ef6c (diff)
miniroots may have suprising rootdevs. Cope.
Diffstat (limited to 'distrib/sparc/miniroot')
-rw-r--r--distrib/sparc/miniroot/dot.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/distrib/sparc/miniroot/dot.profile b/distrib/sparc/miniroot/dot.profile
index c9dfdfd87b3..c4a09378fd8 100644
--- a/distrib/sparc/miniroot/dot.profile
+++ b/distrib/sparc/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.19 2002/04/01 01:31:39 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.20 2002/04/09 20:04:09 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -43,10 +43,12 @@ set -o emacs # emacs-style command line editing
TERMS="sun vt* pcvt* dumb"
TERM=sun
+rootdisk=`dmesg|grep "^root on"|{ o=;while read x y z t;do o=/dev/$z;done;echo $o;}`
+
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
- mount -u /dev/rd0a /
+ mount -u ${rootdisk:-/dev/rd0a} /
# set up some sane defaults
echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'