Changeset 566dbac for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:38 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
e37764e
Parents:
1ebfd6e4
git-author:
Thomas Trepl <thomas@…> (04/15/2020 09:39:44 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:38 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r1ebfd6e4 r566dbac  
    100100      -Dhomed=false                \
    101101      -Duserdb=false               \
     102      -Dman=true                   \
    102103      ..</userinput></screen>
    103104
  • chapter06/util-linux.xml

    r1ebfd6e4 r566dbac  
    6161    -i tests/ts/ipcs/limits2</userinput></screen>
    6262-->
     63<!-- those symlinks are not created anymore
    6364    <para revision="systemd">Remove the earlier created symlinks:</para>
    6465
    6566<screen revision="systemd"><userinput remap="pre">rm -vf /usr/include/{blkid,libmount,uuid}</userinput></screen>
    66 
     67-->
    6768    <para>Prepare Util-linux for compilation:</para>
    6869
     
    110111    be run after rebooting into the completed LFS system and running:</para>
    111112
    112     <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
     113<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
    113114    </warning>
    114115
    115     <screen><userinput remap="test">chown -Rv nobody .
     116<screen><userinput remap="test">chown -Rv nobody .
    116117su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
    117118
Note: See TracChangeset for help on using the changeset viewer.