grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Ignore case when opening files in FAT


From: Bean
Subject: [PATCH] Ignore case when opening files in FAT
Date: Fri, 25 Jul 2008 15:28:45 +0800

Hi,

As FAT is basically a case insensitive file system, we should ignore
case when opening files.

For example, normally efi image would be placed in EFI/grub directory.
After startup, the prefix would be set to something like
(hd0,1)/EFI/grub/. But inside grub, it convert pathname to lowercase,
EFI would become efi, so grub can't open it anymore. With this patch,
fat ignore case, so we can access files using /efi/grub as well as
/EFI/grub.

-- 
Bean

Attachment: fat.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]