diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2017-06-16 18:58:48 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2017-06-16 18:58:48 +0000 |
| commit | 4ca43ae5f29a898f6c6ebe0724643dcb8a18bf6f (patch) | |
| tree | 8b83f96d2d13098457a87a8a06d8aa3cdfb0320d /usr.sbin/bsdinstall/scripts | |
| parent | 2d80caa28aefcc8dab1f10301ed19d23fd37a4ef (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/zfsboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot index 12bf1616e1e3a..36b136c54aee4 100755 --- a/usr.sbin/bsdinstall/scripts/zfsboot +++ b/usr.sbin/bsdinstall/scripts/zfsboot @@ -848,7 +848,7 @@ zfs_create_diskpart() f_eval_catch $funcname gpart \ "$GPART_ADD_ALIGN_LABEL_WITH_SIZE" \ - "$align_small" efiboot$index efi 800k $disk || + "$align_small" efiboot$index efi 200M $disk || return $FAILURE f_eval_catch $funcname gpart "$GPART_BOOTCODE_PARTONLY" \ /boot/boot1.efifat 1 $disk || |
