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:
parent
9f7a81b133
commit
6032b6ba95
@ -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[])
|
||||
|
Loading…
Reference in New Issue
Block a user