aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-08-10 01:38:55 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-08-25 19:26:52 +0000
commit6032b6ba9596927aba15a8004ade521a593a7d58 (patch)
treec1fb7e4fef2944a5e8cf1da62eb935a25aad9f2d /stand/efi
parent9f7a81b133c715f649136dcd0ad004e4180c56c9 (diff)
downloadsrc-6032b6ba9596927aba15a8004ade521a593a7d58.tar.gz
src-6032b6ba9596927aba15a8004ade521a593a7d58.zip
amd64 UEFI loader: enable automatic disable of staging area copying
Discussed with: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 month
Diffstat (limited to 'stand/efi')
-rw-r--r--stand/efi/loader/copy.c2
1 files changed, 1 insertions, 1 deletions
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[])