diff options
author | Petr Hejl <silenost01@seznam.cz> | 2013-12-07 11:56:46 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:52:34 -0600 |
commit | 82fe820423cbb9974f356f0a6b22583543e0a803 (patch) | |
tree | 535697fde3219a54c316bf8b3710d3e5f574846d /system/zfs-on-linux/README | |
parent | 476913333952be412edbcb4a695730176d4fece6 (diff) |
system/zfs-on-linux: Added (native linux port of ZFS).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/zfs-on-linux/README')
-rw-r--r-- | system/zfs-on-linux/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/zfs-on-linux/README b/system/zfs-on-linux/README new file mode 100644 index 000000000000..8c15815da648 --- /dev/null +++ b/system/zfs-on-linux/README @@ -0,0 +1,17 @@ +ZFS is a modern filesystem originally developed for SOLARIS. +It provides many functionalities such as snapshots, data compression, +data recovery and many 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. + +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 + +NOTE: you better run this on x86_64 systems. |