diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2012-10-05 11:20:56 -0700 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2012-10-05 11:20:56 -0700 |
| commit | 5ea013bd8112dc1c2536ff5ccd8ee41f012ff8c0 (patch) | |
| tree | c4c2f2fac4b5af8888fee98369bb42592b2c14ba /shim.c | |
| parent | be30a8502c24089efd92d22f5b629836d4498a27 (diff) | |
| download | efi-boot-shim-5ea013bd8112dc1c2536ff5ccd8ee41f012ff8c0.tar.gz efi-boot-shim-5ea013bd8112dc1c2536ff5ccd8ee41f012ff8c0.zip | |
debian/patches/second-stage-path: Chainload grubx64.efi, not
grub.efi.
Diffstat (limited to 'shim.c')
| -rw-r--r-- | shim.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ #include "shim.h" #include "signature.h" -#define SECOND_STAGE L"\\grub.efi" +#define SECOND_STAGE L"\\grubx64.efi" static EFI_SYSTEM_TABLE *systab; static EFI_STATUS (EFIAPI *entry_point) (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table); |
