summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-11-11 21:42:56 +0000
committerdteske <dteske@FreeBSD.org>2013-11-11 21:42:56 +0000
commit142f1bd976dba33b8bb9a822ce314ea5694a7ae6 (patch)
treeae9a27842dff7e391e22a4111cbbc031b54ed9be /usr.sbin
parentf0bfa091d03ddd5582a9867f1cd13d331a105b14 (diff)
downloadFreeBSD-src-142f1bd976dba33b8bb9a822ce314ea5694a7ae6.zip
FreeBSD-src-142f1bd976dba33b8bb9a822ce314ea5694a7ae6.tar.gz
Switch default MBR bootcode from /boot/boot0 to /boot/mbr.
Reviewed by: Allan Jude, nwhitehorn Discussed on: -current
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/zfsboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot
index 149be3b..2248a0d 100755
--- a/usr.sbin/bsdinstall/scripts/zfsboot
+++ b/usr.sbin/bsdinstall/scripts/zfsboot
@@ -764,7 +764,7 @@ zfs_create_diskpart()
#
f_eval_catch $funcname gpart "$GPART_CREATE" mbr \$disk ||
return $FAILURE
- f_eval_catch $funcname gpart "$GPART_BOOTCODE" /boot/boot0 \
+ f_eval_catch $funcname gpart "$GPART_BOOTCODE" /boot/mbr \
\$disk || return $FAILURE
#
OpenPOWER on IntegriCloud