summaryrefslogtreecommitdiff
path: root/distrib/hppa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-03-08 13:13:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-03-08 13:13:49 +0000
commit4b72458a4100ead5e2d6f3ac31c6902b7e74c642 (patch)
treee7b25f529cec8a1ca8ef4a1bd244491d72bc7373 /distrib/hppa
parent28dc2984a040aaeaf485e3c8beb379163269c9cb (diff)
last rev fixed upgrades, but broke installs, sigh. use on-bsd.rd sdboot
for LIF/header creation, pre-disklabel. post-install/upgrade, this gets redone, this time with -r /mnt to pick up the new sdboot file ok krw jsing miod
Diffstat (limited to 'distrib/hppa')
-rw-r--r--distrib/hppa/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/install.md b/distrib/hppa/install.md
index a993d0dac59..9041c745a71 100644
--- a/distrib/hppa/install.md
+++ b/distrib/hppa/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.26 2015/02/17 18:40:48 miod Exp $
+# $OpenBSD: install.md,v 1.27 2015/03/08 13:13:48 deraadt Exp $
#
# machine dependent section of installation/upgrade script.
#
@@ -19,7 +19,7 @@ md_installboot() {
md_prep_disklabel() {
local _disk=$1 _f _op
- md_installboot $_disk
+ installboot $_disk
_f=/tmp/fstab.$_disk
if [[ $_disk == $ROOTDISK ]]; then