Skip to content

Commit

Permalink
Merge pull request 64kramsystem#243 from 64kramsystem/base_installati…
Browse files Browse the repository at this point in the history
…ons_remove_libzfs_manual_installation

Base installation(s): Don't manually install libzfs2linux
  • Loading branch information
64kramsystem authored Oct 11, 2021
2 parents 0a27e23 + a5670e5 commit 8a0673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-zfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 8a0673c

Please sign in to comment.