mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Remove unneeded PATH entries.
This commit is contained in:
parent
410e400a79
commit
e5338216f0
@ -168,7 +168,7 @@ EOF</command></screen>
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><command>alias lfs='sudo /usr/sbin/chroot /mnt/lfs /usr/bin/env -i HOME=/root TERM="$TERM" PS1="\u:\w\\\\$ "
|
<screen><command>alias lfs='sudo /usr/sbin/chroot /mnt/lfs /usr/bin/env -i HOME=/root TERM="$TERM" PS1="\u:\w\\\\$ "
|
||||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin /bin/bash --login'</command></screen>
|
PATH=/usr/bin:/usr/sbin /bin/bash --login'</command></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This alias is a little tricky because of the quoting and levels of
|
This alias is a little tricky because of the quoting and levels of
|
||||||
|
Loading…
Reference in New Issue
Block a user