Changeset b7da138f


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8999d90 rb7da138f  
    3838
    3939    <listitem>
     40      <para>2012-11-28</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Update makefile and instructions for
     44          systemd-196/udev-lfs-196.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2012-11-27</para>
    4151      <itemizedlist>
     
    6171      <itemizedlist>
    6272        <listitem>
    63           <para>[bdubbs] - Upgrade to systemd-196/lfs-udev-196. Fixes
     73          <para>[bdubbs] - Upgrade to systemd-196/udev-lfs-196. Fixes
    6474          <ulink url="&lfs-ticket-root;3233">#3233</ulink>.</para>
    6575        </listitem>
  • 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
  • general.ent

    r8999d90 rb7da138f  
    1 <!ENTITY version "SVN-20121127">
    2 <!ENTITY releasedate "November 27, 2012">
     1<!ENTITY version "SVN-20121128">
     2<!ENTITY releasedate "November 28, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
  • packages.ent

    r8999d90 rb7da138f  
    541541<!ENTITY tzdata-ch6-sbu "less than 0.1 SBU">
    542542
    543 <!ENTITY udev-lfs        "udev-lfs-&systemd-version;">
     543<!ENTITY udev-lfs        "udev-lfs-&systemd-version;-2">
    544544<!ENTITY udev-lfs-size   "20 KB">   
    545545<!ENTITY udev-lfs-url    "&anduin-other;&udev-lfs;.tar.bz2">
    546 <!ENTITY udev-lfs-md5    "abfc9dad2075109ac9c08f40c6d2aae8">   
     546<!ENTITY udev-lfs-md5    "4021f31350f409a458e6f421041c62e4">   
    547547<!ENTITY udev-lfs-home   " ">
    548548
  • udev-lfs/Makefile.lfs

    r8999d90 rb7da138f  
    291291        @mkdir -pv $(DESTDIR)/lib/udev/hwdb.d
    292292        @cp hwdb/* $(DESTDIR)/lib/udev/hwdb.d
    293         @build/udevadm hwdb --update
     293   #    @build/udevadm hwdb --update
    294294
    295295   # Copy documentation
Note: See TracChangeset for help on using the changeset viewer.