Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r9a612a9 r3a673439  
    115115    meant to be run as user <systemitem class="username">root</systemitem>:</para>
    116116
    117 <screen><userinput remap="test">make NON_ROOT_USERNAME=tester check-root</userinput></screen>
     117    <!-- CLFS note: "su -c" to set the supplementary group IDs.
     118         For a normal LFS build, they are already set by 'login' or 'su'.
     119         But for CLFS there is no such tool available at the beginning of
     120         chapter 7.  Currently coreutils is the only package of which the
     121         test suite needs the supplementary GIDs set up.  -->
     122<screen><userinput remap="test">su -c 'make NON_ROOT_USERNAME=tester check-root'</userinput></screen>
    118123
    119124    <para>We're going to run the remainder of the tests as the
Note: See TracChangeset for help on using the changeset viewer.