diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-02-24 23:17:30 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-02-24 23:17:30 +0000 |
commit | 01b9267093c74d4c33428e8c9c2426a2ddc8e7b7 (patch) | |
tree | 9e5660240a9fcb7e5b7212c6c1ee4dc6345ce096 /distrib | |
parent | 4e98f10119d0716568fe14a551cc71d625a67fb6 (diff) |
Copy boot to correct root.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/vax/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/install.md b/distrib/vax/install.md index b49ac79aff6..0d1e85a3581 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.4 2002/02/14 20:53:12 deraadt Exp $ +# $OpenBSD: install.md,v 1.5 2002/02/24 23:17:29 hugh Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -88,7 +88,7 @@ md_questions() { md_installboot() { echo "Installing boot block..." - cp /usr/mdec/boot /boot + cp /usr/mdec/boot /mnt/boot /sbin/disklabel -B $1 } |