Base installation(s): Don't manually install libzfs2linux
This package is a dependency, so there's no need to manually install it. Additionally, new ZFS versions (e.g. Ubuntu 21.10) use libzfs4linux, so specifying a version is a problem.
This commit is contained in:
parent
0a27e2345c
commit
a5670e5f7a
|
@ -1410,7 +1410,7 @@ function install_jail_zfs_packages {
|
||||||
#
|
#
|
||||||
# The packages are not installed by default, so we install them.
|
# The packages are not installed by default, so we install them.
|
||||||
#
|
#
|
||||||
chroot_execute "apt install --yes libzfs2linux zfs-initramfs zfs-zed zfsutils-linux"
|
chroot_execute "apt install --yes zfs-initramfs zfs-zed zfsutils-linux"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue