Changeset 3c17f8e for BOOK/final-preps
- Timestamp:
- Feb 21, 2006, 2:18:26 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f729ad2
- Parents:
- de1676e
- Location:
- BOOK/final-preps
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/aboutlfs.xml
rde1676e r3c17f8e 34 34 directory, do so at this time by issuing the following commands:</para> 35 35 36 <screen><userinput>install -d $LFS</userinput></screen>36 <screen><userinput>install -dv $LFS</userinput></screen> 37 37 38 38 <para>Do not forget to check that <envar>$LFS</envar> is set whenever -
BOOK/final-preps/addinguser.xml
rde1676e r3c17f8e 84 84 class="username">lfs</systemitem> the directorys' owner:</para> 85 85 86 <screen><userinput>chown lfs $LFS87 chown lfs $LFS/tools88 chown lfs $LFS/cross-tools</userinput></screen>86 <screen><userinput>chown -v lfs $LFS 87 chown -v lfs $LFS/tools 88 chown -v lfs $LFS/cross-tools</userinput></screen> 89 89 90 90 <para>If a separate working directory was created as suggested, 91 91 give user <systemitem class="username">lfs</systemitem> ownership of this directory:</para> 92 92 93 <screen><userinput>chown lfs $LFS/sources</userinput></screen>93 <screen><userinput>chown -v lfs $LFS/sources</userinput></screen> 94 94 95 95 <para>Next, login as user <systemitem class="username">lfs</systemitem>. -
BOOK/final-preps/creatingcrossdir.xml
rde1676e r3c17f8e 21 21 <systemitem class="username">root</systemitem>:</para> 22 22 23 <screen><userinput>install -d $LFS/cross-tools</userinput></screen>23 <screen><userinput>install -dv $LFS/cross-tools</userinput></screen> 24 24 25 25 <para>The next step is to create a <filename … … 28 28 Run this command as <systemitem class="username">root</systemitem> as well:</para> 29 29 30 <screen><userinput>ln -s $LFS/cross-tools /</userinput></screen>30 <screen><userinput>ln -sv $LFS/cross-tools /</userinput></screen> 31 31 32 32 <para>The created symlink enables the toolchain to be compiled so that -
BOOK/final-preps/creatingtoolsdir.xml
rde1676e r3c17f8e 24 24 <systemitem class="username">root</systemitem>:</para> 25 25 26 <screen><userinput>install -d $LFS/tools</userinput></screen>26 <screen><userinput>install -dv $LFS/tools</userinput></screen> 27 27 28 28 <para>The next step is to create a <filename class="symlink">/tools</filename> … … 31 31 class="username">root</systemitem> as well:</para> 32 32 33 <screen><userinput>ln -s $LFS/tools /</userinput></screen>33 <screen><userinput>ln -sv $LFS/tools /</userinput></screen> 34 34 35 35 <note>
Note:
See TracChangeset
for help on using the changeset viewer.