bsdinstall: correct comment after r320007

Submitted by:	vangyzen
This commit is contained in:
Ed Maste 2017-06-16 19:26:33 +00:00
parent 4ca43ae5f2
commit c0fcb86aee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320008

View File

@ -34,7 +34,7 @@
#include "partedit.h"
/* EFI partition size in KB */
/* EFI partition size in bytes */
#define EFI_BOOTPART_SIZE (200 * 1024 * 1024)
#define EFI_BOOTPART_PATH "/boot/boot1.efifat"