slackbuilds/system/zfs-on-linux
David Spencer 92b23d9960 system/zfs-on-linux: Fixed VERSION + fix for exported ARCH.
On 32 bit this changes -smp to _smp, and hides 'i686' from
the build.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-01-21 23:26:37 +00:00
..
README system/zfs-on-linux: Updated for version 0.7.5. 2018-01-06 06:56:01 +07:00
doinst.sh
rc.zfs system/zfs-on-linux: Create /var/lock/zfs before lockfile 2018-01-06 06:56:00 +07:00
slack-desc system/zfs-on-linux: Updated for version 0.7.0 + new maintainer. 2017-07-31 20:40:57 +07:00
zfs-on-linux.SlackBuild system/zfs-on-linux: Fixed VERSION + fix for exported ARCH. 2018-01-21 23:26:37 +00:00
zfs-on-linux.info system/zfs-on-linux: Updated for version 0.7.5. 2018-01-06 06:56:01 +07:00

README

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

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.14.9

NOTE: you should run this on x86_64 systems.