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

This commit is contained in:
Xi Ruoyao 2022-10-09 20:03:44 +08:00
parent 3ed3ce652f
commit 50e90ce908
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -22,7 +22,7 @@
HOME=/root \
TERM="$TERM" \
PS1='(lfs chroot) \u:\w\$ ' \
PATH=/usr/bin:/usr/sbin \
PATH=/usr/bin:/usr/sbin:/opt/rustc/bin \
/bin/bash --login</userinput></screen>
<para>The <parameter>-i</parameter> option given to the <command>env</command>