Changeset 9be389c


Ignore:
Timestamp:
02/06/2013 10:23:28 AM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
e2be9e8
Parents:
56b4279
Message:

Remove traditional Sysvinit bootscripts and custom Udev rules in preparation for Systemd integration.

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

Files:
58 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r56b4279 r9be389c  
    8686
    8787validate: tmpdir
    88         @echo "Processing bootscripts..."
    89         $(Q)bash process-scripts.sh
    9088        @echo "Validating the book..."
    9189        $(Q)xmllint --nonet --noent --xinclude --postvalid \
    9290          -o $(RENDERTMP)/lfs-full.xml index.xml
    93         $(Q)rm -f appendices/*.script
    94         $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
    9591        @echo "Validation complete."
    9692
     
    112108        $(Q)xsltproc --xinclude --nonet --output $(BASEDIR)/md5sums \
    113109          stylesheets/md5sum.xsl chapter03/chapter03.xml
    114         $(Q)sed -i -e "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.bz2 | cut -d' ' -f1)/" \
    115       $(BASEDIR)/md5sums
    116 
    117 #$(Q)sed -i -e "s/UDEV-MD5SUM/$(shell md5sum udev-config*.tar.bz2 | cut -d' ' -f1)/" \
    118 #   $(BASEDIR)/md5sums
    119 
    120110
    121111dump-commands: validate
  • chapter01/changelog.xml

    r56b4279 r9be389c  
    3838
    3939    <listitem>
     40      <para>2013-02-06</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Remove Sysvinit bootscripts and custom Udev rules,
     44          to aid with Systemd integration.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2013-01-30</para>
    4151      <itemizedlist>
  • chapter07/chapter07.xml

    r56b4279 r9be389c  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="console.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysklogd.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="site.xml"/>
    2625  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="profile.xml"/>
    2726  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inputrc.xml"/>
  • chapter07/introduction.xml

    r56b4279 r9be389c  
    4949  <para>If using an alternative style of init scripts, skip these sections.</para>
    5050
    51   <para>A listing of the boot scripts are found in <xref linkend="scripts"
    52   role="."/>.</para>
    53 
    54 
    5551  <itemizedlist>
    5652     <listitem>
  • general.ent

    r56b4279 r9be389c  
    1 <!ENTITY version "SYSTEMD-20130205">
    2 <!ENTITY releasedate "February 5, 2013">
     1<!ENTITY version "SYSTEMD-20130206">
     2<!ENTITY releasedate "February 6, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
  • index.xml

    r56b4279 r9be389c  
    4242<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/acknowledgments.xml"/>
    4343<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/dependencies.xml"/>
    44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/scripts.xml"/>
    45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/udev-rules.xml"/>
    4644<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appendices/license.xml"/>
    4745</part>
Note: See TracChangeset for help on using the changeset viewer.