Ignore:
Timestamp:
01/21/2014 06:49:14 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ef8510e
Parents:
cb23c1a
Message:

Moved util-linux final build to be after udev.
Fixed up e2fsprogs and udev to use the Chapter 5 build of util-linux.

Changed umount instructions in Chapter 9 to be compatible with
changes in mounting /run as a tmpfs.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    rcb23c1a r053b206  
    5454<screen><userinput remap="pre">tar -xvf ../&udev-lfs;.tar.bz2</userinput></screen>
    5555
    56     <para>Compile the package:</para>
     56    <para>Create two symbolic links to header files and set an
     57    environment variable to properly use <xref linkend="ch-tools-util-linux"/>.</para>
     58
     59<screen><userinput remap="pre">ln -svf /tools/include/blkid /usr/include
     60ln -svf /tools/include/uuid  /usr/include
     61export LD_LIBRARY_PATH=/tools/lib</userinput></screen>
     62
     63    <para>Install the package:</para>
    5764
    5865<screen><userinput remap="make">make -f &udev-lfs;/Makefile.lfs</userinput></screen>
     
    8188
    8289<screen><userinput remap="install">bash &udev-lfs;/init-net-rules.sh</userinput></screen>
     90
     91    <para>Do some cleanup:</para>
     92
     93<screen><userinput remap="install">rm -fv /usr/include/{uuid,blkid}
     94unset LD_LIBRARY_PATH</userinput></screen>
     95
    8396  </sect2>
    8497
Note: See TracChangeset for help on using the changeset viewer.