From ff5fa7f8de978d56e8c334e746e08195ed25730d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 30 Sep 2006 13:15:25 +0000 Subject: [PATCH] doc update --- NEWS | 2 ++ README | 6 +++--- README-2.4 | 3 --- README.NFS | 6 +----- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 README-2.4 diff --git a/NEWS b/NEWS index 7dde53b..70503db 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ What is new in 2.6 - Request interruption support + - Building module for Linux kernels earlier than 2.6.9 not supported + What is new in 2.5 - Merge library part of FreeBSD port diff --git a/README b/README index 5d537b7..eeb6d96 100644 --- a/README +++ b/README @@ -19,10 +19,10 @@ version: Dependencies ============ -Linux kernel version 2.4.X where X >= 21 (some vendor kernels earlier -than this are also known to work). +Linux kernel version 2.6.X where X >= 9. -Linux kernel version 2.6.X where X >= 0. +Alternatively a kernel module from FUSE release 2.5.* can be used with +this release, which supports kernels >= 2.4.21. Installation ============ diff --git a/README-2.4 b/README-2.4 deleted file mode 100644 index 5967bfe..0000000 --- a/README-2.4 +++ /dev/null @@ -1,3 +0,0 @@ -WARNING: be very careful about which gcc version you use to compile -the fuse kernel module. It must be the same as the version used to -compile the kernel otherwise nasty things will happen! diff --git a/README.NFS b/README.NFS index 11a8877..a6f48c5 100644 --- a/README.NFS +++ b/README.NFS @@ -1,8 +1,4 @@ -NFS exporting is supported on kernels versions >= 2.6.0. For 2.4.X -kernels the exporting infrastructure is not refined enough, so don't -expect this to work. - -Also FUSE module in official kernels (>= 2.6.14) don't support NFS +FUSE module in official kernels (>= 2.6.14) don't support NFS exporting. In this case if you need NFS exporting capability, use the '--enable-kernel-module' configure option to compile the module from this package. And make sure, that the FUSE is not compiled into the -- 2.30.2