Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/settingenviron.xml

    r24b004c rd1ff581  
    1212
    1313  <para>The new instance of the shell that will start when the system is booted is a <emphasis>login</emphasis>
    14   shell, which will read the <filename>.bash_profile</filename> file. Create
    15   <filename>.bash_profile</filename> now:</para>
     14  shell, which will read <filename>.bash_profile</filename> file. Create the
     15  <filename>.bash_profile</filename> file now:</para>
    1616
    1717<screen><userinput>cat &gt; ${CLFS}/root/.bash_profile &lt;&lt; "EOF"
     
    2525  <para>The <envar>LC_ALL</envar> variable controls the localization of
    2626  certain programs, making their messages follow the conventions of a
    27   specified country.
     27  specified country. 
    2828  Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote>
    2929  (the two are equivalent) ensures that everything will work as expected
     
    3535  <xref linkend="chapter-temp-system"/> are only picked up by the shell
    3636  if they have not yet been built on the target system. This configuration
    37   forces use of the final system binaries as they are built over the
     37  forces use of the final system binaries as they are built over the 
    3838  temp-system, minimising the chance of final system programs being built
    3939  against the temp-system.</para>
Note: See TracChangeset for help on using the changeset viewer.