Ignore:
Timestamp:
02/06/2022 04:45:15 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
2195c1e
Parents:
3e09569 (diff), d759d8b (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    r3e09569 r2590473  
    2424    PS1='(lfs chroot) \u:\w\$ ' \
    2525    PATH=/usr/bin:/usr/sbin     \
    26     /bin/bash --login +h</userinput></screen>
     26    /bin/bash --login</userinput></screen>
    2727
    2828  <para>The <parameter>-i</parameter> option given to the <command>env</command>
     
    4545  <para>Notice that <filename class="directory">/tools/bin</filename> is not
    4646  in the <envar>PATH</envar>. This means that the cross toolchain will no longer be
    47   used in the chroot environment. This occurs when the shell does not
    48   <quote>remember</quote> the locations of executed binaries&mdash;for this
    49   reason, hashing is switched off by passing the <parameter>+h</parameter> option
    50   to <command>bash</command>.</para>
     47  used in the chroot environment.</para>
    5148
    5249  <para>Note that the <command>bash</command> prompt will say
Note: See TracChangeset for help on using the changeset viewer.