add relayfs
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 20 Sep 2005 20:14:25 +0000 (20:14 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 20 Sep 2005 20:14:25 +0000 (20:14 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1243 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/QUICKSTART

index ec10361f46c8997bf8d2c5db7c9441333441e986..e3c77cf31463c7e0cbc38accf337ba39b148d4e7 100644 (file)
@@ -74,6 +74,11 @@ make
 make install
 make modules_install
 
+The first time you use relayfs, you have to specify a mount point in you system:
+mkdir /mnt/relayfs
+echo "relayfs         /mnt/relayfs    relayfs rw              0       0" \
+   >> /etc/fstab
+
 Depending on your boot loader, you may want to execute :
 update-grub or lilo
 
This page took 0.024861 seconds and 4 git commands to generate.