Ignore:
Timestamp:
11/19/2022 08:27:13 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2ef64c4
Parents:
4d3f41c (diff), 651f491 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    r4d3f41c rb59b371  
    5353
    5454  <para>The <parameter>-i</parameter> option given to the <command>env</command>
    55   command will clear all variables of the environment. After that, only
     55  command will clear all the variables in the environment. After that, only
    5656  the <envar>HOME</envar>, <envar>TERM</envar>, <envar>PS1</envar>, and
    5757  <envar>PATH</envar> variables are set again. The
    5858  <parameter>TERM=$TERM</parameter> construct will set the <envar>TERM</envar>
    5959  variable to the default value specified by <command>agetty</command>. This variable is
    60   needed for programs like <command>vim</command> and <command>less</command>
    61   to operate properly.  If other variables are desired, such as
     60  needed so programs like <command>vim</command> and <command>less</command>
     61  can operate properly.  If other variables are desired, such as
    6262  <envar>CFLAGS</envar> or <envar>CXXFLAGS</envar>, this is a good place to set
    63   them again.</para>
     63  them.</para>
    6464
    6565  <para>Notice that <filename class="directory">/tools/bin</filename> is not
    6666  in the <envar>PATH</envar>. This means that the cross toolchain will no longer be
    67   used on the target machine.</para>
     67  used.</para>
    6868
    6969  <para>Note that the <command>bash</command> prompt will say
Note: See TracChangeset for help on using the changeset viewer.