Replace ZoL with OpenZFS where applicable

Afterward, git grep ZoL matches:
  * README.md:  * [ZoL Site](https://zfsonlinux.org)
  - Correct
  * etc/default/zfs.in:# ZoL userland configuration.
  - Changing this would induce a needless upgrade-check,
    if the user has modified the configuration;
    this can be updated the next time the defaults change
  * module/zfs/dmu_send.c:   * ZoL < 0.7 does not handle [...]
  - Before 0.7 is ZoL, so fair enough

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Issue #11956
This commit is contained in:
наб
2021-05-03 21:21:21 +02:00
committed by Brian Behlendorf
parent cb18cf6b0a
commit b1dd6351bb
26 changed files with 35 additions and 34 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#!/bin/sh
#
# Add ZoL filesystem capabilities to an initrd, usually for a native ZFS root.
# Add OpenZFS filesystem capabilities to an initrd, usually for a native ZFS root.
#
# This hook installs udev rules for ZoL.
# This hook installs udev rules for OpenZFS.
PREREQ="udev"
# These prerequisites are provided by the zfsutils package. The zdb utility is