Changeset ed3e5d8 for final-preps


Ignore:
Timestamp:
Feb 21, 2006, 1:55:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
10c15e3
Parents:
5c41d32
Message:

r967@server (orig r965): jim | 2005-12-26 22:57:04 -0800

r1199@server: jim | 2005-12-26 22:55:55 -0800
Grammar fixes from Chris Staub. Thank you


Location:
final-preps
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • final-preps/aboutlfs.xml

    r5c41d32 red3e5d8  
    3131  processes the command line.</para>
    3232
    33   <para>If you haven't created the <filename class="directory">/mnt/lfs</filename>
     33  <para>If you haven't created the <filename class="directory">$LFS</filename>
    3434  directory, do so at this time by issuing the following commands:</para>
    3535
  • final-preps/addinguser.xml

    r5c41d32 red3e5d8  
    8282  <filename class="directory">$LFS/cross-tools</filename>,
    8383  and <filename class="directory">$LFS/tools</filename> by making <systemitem
    84   class="username">lfs</systemitem> the directories owner:</para>
     84  class="username">lfs</systemitem> the directorys' owner:</para>
    8585
    8686<screen><userinput>chown lfs $LFS
     
    8888chown lfs $LFS/cross-tools</userinput></screen>
    8989
    90   <para>If a separate working directory was created as suggested, we will
    91   show you how to create the directory and give user <systemitem
    92   class="username">lfs</systemitem> ownership of this directory:</para>
     90  <para>If a separate working directory was created as suggested,
     91  give user <systemitem class="username">lfs</systemitem> ownership of this directory:</para>
    9392
    94 <screen><userinput>install -d $LFS/sources
    95 chown lfs $LFS/sources</userinput></screen>
     93<screen><userinput>chown lfs $LFS/sources</userinput></screen>
    9694
    9795  <para>Next, login as user <systemitem class="username">lfs</systemitem>.
  • final-preps/creatingcrossdir.xml

    r5c41d32 red3e5d8  
    2525  <para>The next step is to create a <filename
    2626  class="symlink">/cross-tools</filename> symlink on the host system.
    27   This will point to the newly-created directory in your home directory.
    28   Since normal users will not have permissions to write to the root tree,
    29   we need to exit the <command>su</command> and run the symlink command as
    30   <systemitem class="username">root</systemitem>:</para>
     27  This will point to the newly-created directory on the LFS partition.
     28  Run this command as  <systemitem class="username">root</systemitem> as well:</para>
    3129
    3230<screen><userinput>ln -s $LFS/cross-tools /</userinput></screen>
     
    3432  <para>The created symlink enables the toolchain to be compiled so that
    3533  it always refers to <filename class="directory">/cross-tools</filename>,
    36   meaning that the compiler, assembler, and linker will be avaialble for
     34  meaning that the compiler, assembler, and linker will be available for
    3735  use later if some unforseen circumstances happen.</para>
    3836
Note: See TracChangeset for help on using the changeset viewer.