- Timestamp:
- Feb 21, 2006, 1:27:14 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:
- c21045e6
- Parents:
- cedcdaa
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/settingenviron.xml
rcedcdaa r307e31eb 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 25 href="../final-preps/settingenviron.xml" 26 xpointer="xpointer(//*[@os=' h'])"/>26 xpointer="xpointer(//*[@os='i'])"/> 27 27 28 <para os=" i">By putting <filename class="directory">/tools/bin</filename> ahead28 <para os="j">By putting <filename class="directory">/tools/bin</filename> ahead 29 29 of the standard <envar>PATH</envar>, all the programs installed in 30 30 <xref linkend="chapter-temporary-tools"/> are picked up by the shell -
BOOK/final-preps/settingenviron.xml
rcedcdaa r307e31eb 48 48 EOF</userinput></screen> 49 49 50 <para os= f">The <command>set +h</command> command turns off50 <para os="f">The <command>set +h</command> command turns off 51 51 <command>bash</command>'s hash function. Hashing is ordinarily a useful 52 52 feature—<command>bash</command> uses a hash table to remember the … … 66 66 mode 644 and directories with mode 755).</para> 67 67 68 <para os=" g">The <envar>LFS</envar> variable should be set to the68 <para os="h">The <envar>LFS</envar> variable should be set to the 69 69 chosen mount point.</para> 70 70 71 <para os=" h">TO BE REWRITTEN - The <envar>LC_ALL</envar> variable controls71 <para os="i">TO BE REWRITTEN - The <envar>LC_ALL</envar> variable controls 72 72 the localization of 73 73 certain programs, making their messages follow the conventions of a … … 80 80 the chroot environment.</para> 81 81 82 <para os=" i">By putting <filename class="directory">/tools/bin</filename> ahead82 <para os="j">By putting <filename class="directory">/tools/bin</filename> ahead 83 83 of the standard <envar>PATH</envar>, all the programs installed in 84 84 <xref linkend="chapter-temp-system"/> are picked up by the shell … … 87 87 the same programs are available in the temporary system.</para> 88 88 89 <para os=" j">Finally, to have the environment fully prepared for building the89 <para os="k">Finally, to have the environment fully prepared for building the 90 90 temporary tools, source the just-created user profile:</para> 91 91 92 <screen os=" k"><userinput>source ~/.bash_profile</userinput></screen>92 <screen os="l"><userinput>source ~/.bash_profile</userinput></screen> 93 93 94 94 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.