On Fri, 2005-03-18 at 14:32 -0600, Dan McGhee wrote: > <ln -s $LFS/tools /> > > is given. I understand the syntax--and I even read the FAQ <BG>. My > question is in the location of the link. I don't want my distro to > think that everything is mounted in $LFS/tools. >
The book is usually right. Assuming that LFS=/mnt/lfs the ln command above will create the following soft link /tools -> /mnt/lfs/tools So (in general) any reference to /tools will be in fact a reference to /mnt/lfs/tools. -- By all means marry: If you get a good wife, you'll become happy; if you get a bad one, you'll become a philosopher. -- Socrates -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page