diff options
Diffstat (limited to 'distrib/i386/common/install.md')
-rw-r--r-- | distrib/i386/common/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index d034c1f9e9e..ebcaca93ed0 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.54 2012/07/10 14:25:00 halex Exp $ +# $OpenBSD: install.md,v 1.55 2012/10/15 17:21:03 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -41,8 +41,8 @@ NCPU=$(sysctl -n hw.ncpufound) md_installboot() { # LBA biosboot uses /boot's i-node number. Using 'cat' preserves that # number, so multiboot setups (NTLDR) can work across upgrades. - cat /usr/mdec/boot >/mnt/boot - if ! /usr/mdec/installboot /mnt/boot /usr/mdec/biosboot ${1} ; then + cat /mnt/usr/mdec/boot >/mnt/boot + if ! /mnt/usr/mdec/installboot /mnt/boot /mnt/usr/mdec/biosboot ${1} ; then echo "\nFailed to install bootblocks." echo "You will not be able to boot OpenBSD from ${1}." exit |