diff options
author | Roland Bauerschmidt <rb@debian.org> | 2002-04-08 08:49:42 +0000 |
---|---|---|
committer | Roland Bauerschmidt <rb@debian.org> | 2002-04-08 08:49:42 +0000 |
commit | 7e9f24a7d2a880c03f5c4545d3115d8c3f4bc4ce (patch) | |
tree | 003a9f855f8479a5435e759973b4037b48a9918d /debian/README.Debian | |
parent | 220635a838f76bb37df3a002cfb41d471f185327 (diff) | |
download | libfuse-7e9f24a7d2a880c03f5c4545d3115d8c3f4bc4ce.tar.gz |
Added first version of debian packaging files.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..9282c8c --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,11 @@ +fuse for Debian +--------------- + +To be able to use fuse, you need to install the appropriate fuse-module +package for your kernel version. For a self-compiled kernel, install +fuse-source, unpack the tarball /usr/src/fuse.tar, and run +make-kpkg modules from your kernel source tree. You should end up having +a fuse-module package in /usr/src/modules which you need to install with +dpkg -i fuse-module-...deb. + + -- Roland Bauerschmidt <rb@debian.org>, Fri, 5 Apr 2002 16:56:10 +0200 |