Changeset 50e90ce


Ignore:
Timestamp:
10/09/2022 12:09:35 PM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/rust-wip-20221008
Children:
d8888f7
Parents:
3ed3ce6
git-author:
Xi Ruoyao <xry111@…> (10/09/2022 12:03:44 PM)
git-committer:
Xi Ruoyao <xry111@…> (10/09/2022 12:09:35 PM)
Message:

rust: chroot: include /opt/rustc/bin into $PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    r3ed3ce6 r50e90ce  
    1919  tools:</para>
    2020
    21 <screen role="nodump"><userinput>chroot "$LFS" /usr/bin/env -i   \
    22     HOME=/root                  \
    23     TERM="$TERM"                \
    24     PS1='(lfs chroot) \u:\w\$ ' \
    25     PATH=/usr/bin:/usr/sbin    \
     21<screen role="nodump"><userinput>chroot "$LFS" /usr/bin/env -i              \
     22    HOME=/root                             \
     23    TERM="$TERM"                           \
     24    PS1='(lfs chroot) \u:\w\$ '            \
     25    PATH=/usr/bin:/usr/sbin:/opt/rustc/bin \
    2626    /bin/bash --login</userinput></screen>
    2727
Note: See TracChangeset for help on using the changeset viewer.