mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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
5db7b015e9
commit
1ea0b9a5a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364773
@ -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