diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2022-10-14 01:55:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:33 +0700 |
commit | c22cd83704609b45e5de2deaa40ead1ec69b60fa (patch) | |
tree | 7879aca026ee6d28a20cd2ce7dead1afb8cd3593 /system/openzfs/README | |
parent | 428ab0a946825d2f80d614a520e5f9822c1507b7 (diff) |
system/openzfs: Added (ZFS support for Linux)
Renamed from zfs-on-linux.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/openzfs/README')
-rw-r--r-- | system/openzfs/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/openzfs/README b/system/openzfs/README new file mode 100644 index 0000000000000..d760f05064a2c --- /dev/null +++ b/system/openzfs/README @@ -0,0 +1,10 @@ +ZFS is a modern filesystem originally developed for SOLARIS. +It provides many functionalities such as snapshots, data compression, +data recovery, filesystem (snapshot) sending/reveiving, and more. + +NOTE: You'll need the kernel source code to be able to compile this. +This package is kernel dependent, so you'll need to recompile it for +every new kernel you choose to run. + +Please use KERNEL environment variable if target kernel version differs +from that's of the build machine, e.g. `export KERNEL=5.15.74`. |