From dd20d82e3ba01f09ad08f4be393409405cae853c Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 17 Feb 2015 18:40:49 +0000 Subject: Revert the first chunk of 1.25. --- distrib/hppa/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/hppa/install.md b/distrib/hppa/install.md index 62c3a774c8f..a993d0dac59 100644 --- a/distrib/hppa/install.md +++ b/distrib/hppa/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.25 2015/02/08 06:20:22 deraadt Exp $ +# $OpenBSD: install.md,v 1.26 2015/02/17 18:40:48 miod Exp $ # # machine dependent section of installation/upgrade script. # @@ -9,7 +9,7 @@ NCPU=$(sysctl -n hw.ncpufound) ((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp"; SANESETS="bsd bsd.mp"; } md_installboot() { - if ! installboot ${1} sdboot; then + if ! installboot -r /mnt ${1}; then echo "\nFailed to install bootblocks." echo "You will not be able to boot OpenBSD from ${1}." exit -- cgit v1.2.3