Page MenuHomeFreeBSD

D44007.id135225.diff
No OneTemporary

D44007.id135225.diff

diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -261,8 +261,9 @@
currdev.dd.d_unit = 0;
currdev.pool_guid = guid;
currdev.root_guid = 0;
- set_currdev_devdesc((struct devdesc *)&currdev);
devname = devformat(&currdev.dd);
+ set_currdev(devname);
+ printf("Setting currdev to %s\n", devname);
init_zfs_boot_options(devname);
if (zfs_get_bootonce(&currdev, OS_BOOTONCE, buf, sizeof(buf)) == 0) {

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 4, 8:13 AM (54 m, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29234621
Default Alt Text
D44007.id135225.diff (487 B)

Event Timeline