Changeset d9bcc87 in clfs-embedded


Ignore:
Timestamp:
Nov 28, 2010, 7:50:09 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
a2420e1
Parents:
a9bbc46
git-author:
Joe Ciccone <jciccone@…> (11/28/10 07:48:34)
git-committer:
Joe Ciccone <jciccone@…> (11/28/10 07:50:09)
Message:

Removed the symlink to / for cross-tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/creatingcrossdir.xml

    ra9bbc46 rd9bcc87  
    2424<screen><userinput>install -dv ${CLFS}/cross-tools</userinput></screen>
    2525
    26   <para>The next step is to create a <filename
    27   class="symlink">/cross-tools</filename> symlink on the host system.
    28   This will point to the newly-created directory on the CLFS partition.
    29   Run this command as  <systemitem class="username">root</systemitem> as well:</para>
    30 
    31 <screen><userinput>ln -sv ${CLFS}/cross-tools /</userinput></screen>
    32 
    33   <para>The symlink isn't technically necessary (though the book's
    34   instructions do assume its existence), but is there mainly for
    35   consistency (because /tools is also symlinked to ${CLFS}/tools) and to
    36   simplify the installation of the cross-compile tools.</para>
    37 
    3826</sect1>
Note: See TracChangeset for help on using the changeset viewer.