The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=caaf4ae21e0600844aa723f87c57dcff37c27a39
commit caaf4ae21e0600844aa723f87c57dcff37c27a39 Author: Konstantin Belousov <k...@freebsd.org> AuthorDate: 2021-08-10 01:38:55 +0000 Commit: Konstantin Belousov <k...@freebsd.org> CommitDate: 2021-10-01 00:32:24 +0000 amd64 UEFI loader: enable automatic disable of staging area copying (cherry picked from commit 6032b6ba9596927aba15a8004ade521a593a7d58) --- stand/efi/loader/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/efi/loader/copy.c b/stand/efi/loader/copy.c index cd1f9f00c88a..2552ae86d966 100644 --- a/stand/efi/loader/copy.c +++ b/stand/efi/loader/copy.c @@ -216,7 +216,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[]) _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"