[PATCH 2 of 2] developer-instructions: remove cat, mkdir /tmp/crfs-mount

Brandon Philips brandon at ifup.org
Sat Mar 22 02:16:12 PDT 2008


# HG changeset patch
# User Brandon Philips <brandon at ifup.org>
# Date 1206177177 25200
# Node ID 7325da2a4bfcac1743025e244f8832e9aea68a7f
# Parent  a9f7c8a24a02045a1c9d83a6c00623a6a0526e0a
developer-instructions: remove cat, mkdir /tmp/crfs-mount

Signed-off-by: Brandon Philips <bphilips at suse.de>

diff --git a/docs/developer-instructions b/docs/developer-instructions
--- a/docs/developer-instructions
+++ b/docs/developer-instructions
@@ -69,12 +69,13 @@ Insert the module:
 
 Mount the volume exported by crfsd somewhere:
 
+# mkdir /tmp/crfs-mount/
 # ./mount.crfs/mount.crfs 127.0.0.1 /tmp/crfs-mount/
 
 See if it works!
 
 # echo hi > /tmp/crfs-mount/hello-world
-# cat cat /tmp/crfs-mount/hello-world
+# cat /tmp/crfs-mount/hello-world
 
 It should also be able to shut down
 



More information about the crfs-devel mailing list