diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-17 18:40:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-17 18:40:49 +0000 |
commit | dd20d82e3ba01f09ad08f4be393409405cae853c (patch) | |
tree | 564111e3dc7f655fe42d2e3bc86ce7ce55ed5220 /distrib | |
parent | fecdd17f55cd4e3aea32f1a96490dc875662c661 (diff) |
Revert the first chunk of 1.25.
Diffstat (limited to 'distrib')
-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 |