+Short 'Bleeding Edge' checkout doc.
authorshort <>
Wed, 20 Aug 2003 13:48:59 +0000 (13:48 +0000)
committershort <>
Wed, 20 Aug 2003 13:48:59 +0000 (13:48 +0000)
README

diff --git a/README b/README
index 455375a..86eb184 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,23 @@
 LUFS – Linux Userland File System
 (sshfs, ftpfs, localfs, locasefs, gnutellafs, gvfs, cardfs, cefs)
 
+
+Bleeding Edge
+-------------
+
+cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs login
+               Just hit ENTER (empty password)
+cvs -d :pserver:pserver@cvs.jankratochvil.net:/cvs -z3 checkout -r captive lufs
+cd lufs
+./autogen.pl
+make
+make install
+
+mkdir /mnt/localfs
+lufsmount localfs:///tmp /mnt/localfs
+ls /mnt/localfs
+
+
 1. INTRODUCTION
 
 For those not interested in technicalities: 
@@ -391,4 +408,4 @@ for sshfs to function properly under autofs, public key authentication must be c
 Two methods are available for mapping remote permissions locally:
 
 normal mapping:        the file/dir permissions are preserved and the owner changed accordingly (either the mounting user, or some neutral – uid=gid=2 – if the file is not owned remotely). This mode is active by default.
-forced ownership:      all the files/dirs are owned by the mounting user and the permissions are changed to reflect real access rights (if the file is not owned remotely, then the local “user” and “group” permissions will be the same as remote “other”). This mode is activated by the own_fs option.
\ No newline at end of file
+forced ownership:      all the files/dirs are owned by the mounting user and the permissions are changed to reflect real access rights (if the file is not owned remotely, then the local “user” and “group” permissions will be the same as remote “other”). This mode is activated by the own_fs option.