amd64 UEFI loader: enable automatic disable of staging area copying

Discussed with:	emaste
Sponsored by:	The FreeBSD Foundation
MFC after:	1 month
This commit is contained in:
Konstantin Belousov 2021-08-10 04:38:55 +03:00
parent 9f7a81b133
commit 6032b6ba95

View File

@ -215,7 +215,7 @@ efi_copy_free(void)
}
#ifdef __amd64__
int copy_staging = COPY_STAGING_ENABLE;
int copy_staging = COPY_STAGING_AUTO;
static int
command_copy_staging(int argc, char *argv[])