Ignore:
Timestamp:
11/29/2012 03:11:06 AM (11 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.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
2c7d610
Parents:
8999d90
Message:

Update makefile and instructions for systemd-196/udev-lfs-196-2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r8999d90 rb7da138f  
    6060    <para>Compile the package:</para>
    6161
    62 <screen><userinput remap="make">make -f udev-lfs-&systemd-version;/Makefile.lfs</userinput></screen>
     62<screen><userinput remap="make">make -f &udev-lfs;/Makefile.lfs</userinput></screen>
    6363
    6464    <para>Install the package:</para>
    6565
    66 <screen><userinput remap="install">make -f udev-lfs-&systemd-version;/Makefile.lfs install</userinput></screen>
     66<screen><userinput remap="install">make -f &udev-lfs;/Makefile.lfs install</userinput></screen>
     67
     68    <caution><para>There are several places within the
     69    <application>systemd</application> source code that have explicit directory
     70    paths embedded.  For instance, the binary version of the hardware
     71    database's path and file name used at run time,
     72    <filename>/etc/udev/hwdb.bin</filename>, cannot be changed without explict
     73    changes to the source code.</para></caution>
     74
     75    <para>Now initialize the hardware database:</para>
     76
     77<screen><userinput remap="install">build/udevadm hwdb --update</userinput></screen>
    6778
    6879    <para>Finally set up the persistent network udev rules.  This task will be
     
    7384    following script to work.</para>
    7485
    75 <screen><userinput remap="install">bash udev-lfs-&systemd-version;/init-net-rules.sh</userinput></screen>
     86<screen><userinput remap="install">bash &udev-lfs;/init-net-rules.sh</userinput></screen>
    7687  </sect2>
    7788
Note: See TracChangeset for help on using the changeset viewer.