From: Silvan Jegen Date: Wed, 18 Dec 2013 19:16:31 +0000 (+0100) Subject: doc: Fix trivial spelling mistake in efi-stub.txt X-Git-Tag: v3.14-rc1~128^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf65188352f91de5b443346ac9b08af480b1b6d9;p=profile%2Fcommon%2Fkernel-common.git doc: Fix trivial spelling mistake in efi-stub.txt Signed-off-by: Silvan Jegen Signed-off-by: Jiri Kosina --- diff --git a/Documentation/efi-stub.txt b/Documentation/efi-stub.txt index 44e6bb6..c628788 100644 --- a/Documentation/efi-stub.txt +++ b/Documentation/efi-stub.txt @@ -20,7 +20,7 @@ The EFI boot stub is enabled with the CONFIG_EFI_STUB kernel option. **** How to install bzImage.efi The bzImage located in arch/x86/boot/bzImage must be copied to the EFI -System Partiion (ESP) and renamed with the extension ".efi". Without +System Partition (ESP) and renamed with the extension ".efi". Without the extension the EFI firmware loader will refuse to execute it. It's not possible to execute bzImage.efi from the usual Linux file systems because EFI firmware doesn't have support for them.