diff options
-rw-r--r-- | distrib/hppa/install.md | 4 |
1 files 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 |