diff options
author | Marcin Szychowski <szycha@gmail.com> | 2017-12-30 09:45:00 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:56:01 +0700 |
commit | 1de72248d91706a0a714b89a41059a34de439bf1 (patch) | |
tree | 19398b680edef4a5decfe3c7c9f60aa9bf820c31 /system/zfs-on-linux/README | |
parent | bb843c9fe2c11501839fd7cec6ae39a223d65e40 (diff) |
system/zfs-on-linux: Updated for version 0.7.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/zfs-on-linux/README')
-rw-r--r-- | system/zfs-on-linux/README | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/system/zfs-on-linux/README b/system/zfs-on-linux/README index 4d87857e409e..2351b37ceb4c 100644 --- a/system/zfs-on-linux/README +++ b/system/zfs-on-linux/README @@ -1,17 +1,15 @@ ZFS is a modern filesystem originally developed for SOLARIS. It provides many functionalities such as snapshots, data compression, -data recovery and many more. +data recovery, filesystem (snapshot) sending/reveiving, and more. For more information about ZFS on linux, visit http://zfsonlinux.org -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. +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 don't have a /usr/src/linux symlink pointing to your real -kernel directory (the script looks for it there by default), specify -your kernel source destination by - - LINUXPATH=<path to your kernel source> ./zfs-on-linux.SlackBuild +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.14.9 NOTE: you should run this on x86_64 systems. |