Switch default MBR bootcode from /boot/boot0 to /boot/mbr.

Reviewed by:	Allan Jude, nwhitehorn
Discussed on:	-current
This commit is contained in:
Devin Teske 2013-11-11 21:42:56 +00:00
parent 0e088eec8f
commit 2925848d7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258021

View file

@ -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
#