aboutsummaryrefslogtreecommitdiff
path: root/system/zfs-on-linux/README
diff options
context:
space:
mode:
authorMarcin Szychowski <szycha@gmail.com>2020-01-28 19:15:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-28 19:15:52 +0700
commitf2b01c15588d7af3f1e351599b9ad6b5693ff296 (patch)
tree85878389513dfb63cd0b4341e58eee1e3ee8a7c5 /system/zfs-on-linux/README
parent60460f47678ef0ce24c192301b05aa0768342743 (diff)
downloadslackbuilds-f2b01c15588d7af3f1e351599b9ad6b5693ff296.tar.xz
system/zfs-on-linux: Updated for version 0.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/zfs-on-linux/README')
-rw-r--r--system/zfs-on-linux/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/zfs-on-linux/README b/system/zfs-on-linux/README
index 09041c45f9aa..43668b1c8cd3 100644
--- a/system/zfs-on-linux/README
+++ b/system/zfs-on-linux/README
@@ -2,14 +2,14 @@ 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.
-For more information about ZFS on linux, visit http://zfsonlinux.org
+For more information about ZFS on Linux, please visit
+https://zfsonlinux.org.
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.
-If you're building this for a kernel that isn't currently running,
-you'll need to pass what that kernel's 'uname -r' output will be
-to the KERN variable when running the build script, e.g. KERN=4.19.46
+Please use KERN environment variable if target kernel version differs
+from that's of the build machine, e.g. `export KERN=5.4.7`.
-NOTE: you should run this on x86_64 systems.
+NOTE: you should run ZFS on 64-bit systems.