Fix userboot after r364355
r364355 replaced init_zfs_bootenv with init_zfs_boot_options and neglected to update userboot in the process.
This commit is contained in:
parent
4d577ca2fe
commit
05d2f76946
@ -232,7 +232,7 @@ extract_currdev(void)
|
||||
bzero(&zdev, sizeof(zdev));
|
||||
zdev.dd.d_dev = &zfs_dev;
|
||||
|
||||
init_zfs_bootenv(zfs_fmtdev(&zdev));
|
||||
init_zfs_boot_options(zfs_fmtdev(&zdev));
|
||||
dd = &zdev.dd;
|
||||
} else
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user