Changeset ed3e5d8 for final-preps
- Timestamp:
- Feb 21, 2006, 1:55:04 AM (19 years ago)
- Children:
- 10c15e3
- Parents:
- 5c41d32
- Location:
- final-preps
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
final-preps/aboutlfs.xml
r5c41d32 red3e5d8 31 31 processes the command line.</para> 32 32 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> 34 34 directory, do so at this time by issuing the following commands:</para> 35 35 -
final-preps/addinguser.xml
r5c41d32 red3e5d8 82 82 <filename class="directory">$LFS/cross-tools</filename>, 83 83 and <filename class="directory">$LFS/tools</filename> by making <systemitem 84 class="username">lfs</systemitem> the director iesowner:</para>84 class="username">lfs</systemitem> the directorys' owner:</para> 85 85 86 86 <screen><userinput>chown lfs $LFS … … 88 88 chown lfs $LFS/cross-tools</userinput></screen> 89 89 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> 93 92 94 <screen><userinput>install -d $LFS/sources 95 chown lfs $LFS/sources</userinput></screen> 93 <screen><userinput>chown lfs $LFS/sources</userinput></screen> 96 94 97 95 <para>Next, login as user <systemitem class="username">lfs</systemitem>. -
final-preps/creatingcrossdir.xml
r5c41d32 red3e5d8 25 25 <para>The next step is to create a <filename 26 26 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> 31 29 32 30 <screen><userinput>ln -s $LFS/cross-tools /</userinput></screen> … … 34 32 <para>The created symlink enables the toolchain to be compiled so that 35 33 it always refers to <filename class="directory">/cross-tools</filename>, 36 meaning that the compiler, assembler, and linker will be avai alble for34 meaning that the compiler, assembler, and linker will be available for 37 35 use later if some unforseen circumstances happen.</para> 38 36
Note:
See TracChangeset
for help on using the changeset viewer.