Page MenuHomeFreeBSD

D9458.id24793.diff
No OneTemporary

D9458.id24793.diff

Index: head/sys/boot/efi/loader/main.c
===================================================================
--- head/sys/boot/efi/loader/main.c
+++ head/sys/boot/efi/loader/main.c
@@ -185,6 +185,7 @@
int unit;
uint64_t extra;
+#ifdef EFI_ZFS_BOOT
/* Did efi_zfs_probe() detect the boot pool? */
if (pool_guid != 0) {
struct zfs_devdesc currdev;
@@ -203,6 +204,7 @@
env_nounset);
return (0);
}
+#endif /* EFI_ZFS_BOOT */
/* We have device lists for hd, cd, fd, walk them all. */
pdi_list = efiblk_get_pdinfo_list(&efipart_hddev);

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 26, 9:51 AM (14 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32179258
Default Alt Text
D9458.id24793.diff (559 B)

Event Timeline