storage: trigger zfsutils-linux install if zpools

pre-Mantic installs can now zfsroot without autoinstall workarounds.
This commit is contained in:
Dan Bungert 2023-08-25 16:18:43 -06:00
parent aa27b33820
commit 96c0c91d8a
1 changed files with 2 additions and 0 deletions

View File

@ -2043,4 +2043,6 @@ class FilesystemModel(object):
r = []
if self.reset_partition is not None:
r.append("efibootmgr")
if self._one(type="zpool") is not None:
r.append("zfsutils-linux")
return r