git: 6032b6ba9596 - main - amd64 UEFI loader: enable automatic disable of staging area copying

Konstantin Belousov kib at FreeBSD.org
Wed Aug 25 19:27:03 UTC 2021


The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=6032b6ba9596927aba15a8004ade521a593a7d58

commit 6032b6ba9596927aba15a8004ade521a593a7d58
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-08-10 01:38:55 +0000
Commit:     Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-08-25 19:26:52 +0000

    amd64 UEFI loader: enable automatic disable of staging area copying
    
    Discussed with: emaste
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 month
---
 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 b8ed4c8e027e..ba5da28aee92 100644
--- a/stand/efi/loader/copy.c
+++ b/stand/efi/loader/copy.c
@@ -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[])


More information about the dev-commits-src-main mailing list