diff options
Diffstat (limited to 'system/openzfs/README')
-rw-r--r-- | system/openzfs/README | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/system/openzfs/README b/system/openzfs/README index d99aed9e5759..da0611b5d6dc 100644 --- a/system/openzfs/README +++ b/system/openzfs/README @@ -1,15 +1,17 @@ -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. +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. +NOTES -Please use KERNEL environment variable if target kernel version differs -from that of the build machine, e.g. `export KERNEL=5.15.116`. +- 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. -Dracut support is compiled in if dracut is installed at the time of -building. +- Please use KERNEL environment variable if target kernel version + differs from that of the build machine, e.g. `export KERNEL=5.15.116`. -NOTE for Slackware-x86: this build requires i686, i586 will fail. +- Dracut support is compiled in if dracut is installed at the time of + building. + +- Openzfs requires i686 on Slackware-x86. i586 will fail to build. |