aboutsummaryrefslogtreecommitdiff
path: root/personal/zfs/message
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-08 11:12:55 +0300
committerCem Keylan <cem@ckyln.com>2021-03-08 11:12:55 +0300
commit24f3ab2b19a81b582f15aa317e5966cf56df2c67 (patch)
treec801fcd79501a597f530e8de5869c4d06e67a55a /personal/zfs/message
parentbaafdec9d89d834d798fe174fb149327a37ece45 (diff)
downloadrepository-24f3ab2b19a81b582f15aa317e5966cf56df2c67.tar.gz
linux-zfs: new-package, zfs: update to 2.0.3
Diffstat (limited to 'personal/zfs/message')
-rw-r--r--personal/zfs/message10
1 files changed, 7 insertions, 3 deletions
diff --git a/personal/zfs/message b/personal/zfs/message
index 193f7b3..b49fa50 100644
--- a/personal/zfs/message
+++ b/personal/zfs/message
@@ -1,6 +1,10 @@
IMPORTANT
- You will need to rebuild this package for everytime you upgrade the kernel.
- You can specify a KERNEL_VERSION variable in order to build without the need
- to reboot before building.
+This package DOES NOT install the zfs kernel module, it only installs the zfs
+tools. I use a monolithic kernel, so I build the zfs module inside the kernel.
+See the linux-zfs package if you want to see how I do that or fork that package.
+This package used to build the modules, but I didn't like the fact that the only
+reason I used a non-monolithic kernel was to use zfs. If you are interested in
+the modular do a git checkout of an older version of this package and fork that
+package.