From: compudj Date: Tue, 20 Sep 2005 20:14:25 +0000 (+0000) Subject: add relayfs X-Git-Tag: v0.12.20~2246 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=e8e288b8732763b5ea4bc2f2271d9aafdaf367fd;p=lttv.git add relayfs git-svn-id: http://ltt.polymtl.ca/svn@1243 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index ec10361f..e3c77cf3 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -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