mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 11:56:03 +00:00
efi_disk_cache.patch: Fix incorrect GRUB_DISK_CACHE_BITS (LP: #944347).
This commit is contained in:
parent
fcfe10f718
commit
88a545f6bf
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
grub2 (1.99-17) UNRELEASED; urgency=low
|
||||
|
||||
* efi_disk_cache.patch: Fix incorrect GRUB_DISK_CACHE_BITS (LP: #944347).
|
||||
|
||||
-- Colin Watson <cjwatson@debian.org> Tue, 06 Mar 2012 17:42:31 +0000
|
||||
|
||||
grub2 (1.99-16) unstable; urgency=low
|
||||
|
||||
* Backport from upstream:
|
||||
|
2
debian/patches/efi_disk_cache.patch
vendored
2
debian/patches/efi_disk_cache.patch
vendored
@ -18,7 +18,7 @@ Index: b/include/grub/disk.h
|
||||
/* The size of a disk cache in sector units. */
|
||||
+#ifdef GRUB_MACHINE_EFI
|
||||
+#define GRUB_DISK_CACHE_SIZE 1024
|
||||
+#define GRUB_DISK_CACHE_BITS 8
|
||||
+#define GRUB_DISK_CACHE_BITS 10
|
||||
+#else
|
||||
#define GRUB_DISK_CACHE_SIZE 8
|
||||
#define GRUB_DISK_CACHE_BITS 3
|
||||
|
Loading…
Reference in New Issue
Block a user