Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2024-11-21 00:30:16 +01:00
commit 1741a180e9
2 changed files with 8 additions and 8 deletions

View File

@ -83,13 +83,13 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s
since they are simply symlinks to their counterparts in since they are simply symlinks to their counterparts in
<filename class="directory">/usr</filename>.</para> <filename class="directory">/usr</filename>.</para>
<note> <warning>
<para>If you wish to include <filename class="directory">/bin</filename> <para>Including <filename class="directory">/bin</filename>
and/or <filename class="directory">/sbin</filename> in the <envar>PATH</envar> and/or <filename class="directory">/sbin</filename> in
for some reason, modify the the <envar>PATH</envar> variable may cause some BLFS packages fail to
<envar>PATH</envar> in <filename>.bashrc</filename> after LFS has been build,<!-- known example: SPIRV-LLVM-Translator --> so don't do that
built.</para> in the <filename>.bashrc</filename> file or anywhere else.</para>
</note> </warning>
<screen><userinput remap="pre">sed -e 's:#ENCRYPT_METHOD DES:ENCRYPT_METHOD YESCRYPT:' \ <screen><userinput remap="pre">sed -e 's:#ENCRYPT_METHOD DES:ENCRYPT_METHOD YESCRYPT:' \
-e 's:/var/spool/mail:/var/mail:' \ -e 's:/var/spool/mail:/var/mail:' \

View File

@ -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