aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
Diffstat (limited to 'stand')
-rw-r--r--stand/efi/loader/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
index 12efe594e0e2..e4d62f2e940c 100644
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -261,8 +261,9 @@ probe_zfs_currdev(uint64_t guid)
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) {