From e8e288b8732763b5ea4bc2f2271d9aafdaf367fd Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 20 Sep 2005 20:14:25 +0000 Subject: [PATCH] add relayfs git-svn-id: http://ltt.polymtl.ca/svn@1243 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.34.1