Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2025-02-02 00:30:13 +01:00
commit b036ebf2c5
2 changed files with 9 additions and 5 deletions

View File

@ -68,7 +68,8 @@
</listitem> </listitem>
<listitem> <listitem>
<para>A few operations, from <quote>Changing Ownership</quote> to <para>A few operations, from <quote>Preparing Virtual Kernel File
Systems</quote> to
<quote>Entering the Chroot Environment,</quote> must be done as the <quote>Entering the Chroot Environment,</quote> must be done as the
<systemitem class="username">root</systemitem> user, with the LFS <systemitem class="username">root</systemitem> user, with the LFS
environment variable set for the &root; user.</para> environment variable set for the &root; user.</para>

View File

@ -53,10 +53,13 @@
<screen><userinput remap="make">make</userinput></screen> <screen><userinput remap="make">make</userinput></screen>
<para>The Acl tests must be run on a filesystem that supports access <para>The Acl tests must be run on a filesystem that supports access
controls, but not until the <application>Coreutils</application> package has been built, controls. To test the results, issue:</para>
using the <application>Acl</application> libraries. If desired, return to this package
and run <command>make check</command> after the <application>Coreutils</application> <screen><userinput remap="test">make check</userinput></screen>
package has been built.</para>
<para>One test named <filename>test/cp.test</filename> is known to
fail because <application>Coreutils</application> is not built with
the <application>Acl</application> support yet.</para>
<para>Install the package:</para> <para>Install the package:</para>