mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Add patch to fix booting from UEFI USB/DVD hybrid media
- Bump PORTREV
This commit is contained in:
parent
9102a9c892
commit
ebe6e87b7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377745
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= grub2-efi
|
||||
PORTVERSION= 2.02
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
|
||||
ftp://ftp.pcbsd.org/pub/software/
|
||||
|
15
sysutils/grub2-efi/files/patch-grub-core_disk_efi_efidisk.c
Normal file
15
sysutils/grub2-efi/files/patch-grub-core_disk_efi_efidisk.c
Normal file
@ -0,0 +1,15 @@
|
||||
diff --git a/grub-core/disk/efi/efidisk.c b/grub-core/disk/efi/efidisk.c
|
||||
index 3b12c34..97f7456 100644
|
||||
--- grub-core/disk/efi/efidisk.c
|
||||
+++ grub-core/disk/efi/efidisk.c
|
||||
@@ -862,9 +862,7 @@ grub_efidisk_get_device_name (grub_efi_handle_t *handle)
|
||||
if (! ctx.partition_name)
|
||||
{
|
||||
grub_disk_close (parent);
|
||||
- if (is_cdrom)
|
||||
- return grub_strdup (device_name);
|
||||
- return 0;
|
||||
+ return grub_strdup (device_name);
|
||||
}
|
||||
|
||||
dev_name = grub_xasprintf ("%s,%s", parent->name,
|
Loading…
Reference in New Issue
Block a user