Merge pull request #243 from 64kramsystem/base_installations_remove_libzfs_manual_installation

Base installation(s): Don't manually install libzfs2linux
This commit is contained in:
Saverio Miroddi 2021-10-11 21:48:43 +02:00 committed by GitHub
commit 8a0673cd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1410,7 +1410,7 @@ function install_jail_zfs_packages {
#
# 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
}