Switch default MBR bootcode from /boot/boot0 to /boot/mbr.
Reviewed by: Allan Jude, nwhitehorn Discussed on: -current
This commit is contained in:
parent
0e088eec8f
commit
2925848d7c
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user