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:
commit
8a0673cd7e
|
@ -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