Changeset f139a18c


Ignore:
Timestamp:
06/02/2016 06:42:44 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
620dc60
Parents:
af8b2d9
Message:

Update to blfs-systemd-units-20160602, match layout for trunk to minimize conflicts.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17426 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    raf8b2d9 rf139a18c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
     4<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 31st, &year;">
     9<!ENTITY releasedate  "June 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
     
    7777<!-- End LFS versions -->
    7878
    79 <!ENTITY blfs-bootscripts-version     "20150310">
    80 <!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-systemd-units-&blfs-bootscripts-version;.tar.bz2">
     79<!ENTITY systemd-units-version        "20160602">
    8180
    8281<!ENTITY blfs-wiki                    "http://wiki.&lfs-domainname;/blfs/wiki">
  • general/sysutils/systemd.xml

    raf8b2d9 rf139a18c  
    55  %general-entities;
    66
    7   <!ENTITY systemd-download-http       "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&lfs-systemd-version;.tar.xz">
     7  <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
     8  <!ENTITY systemd-download-ftp  " ">
     9  <!ENTITY systemd-md5sum        "7fd9c7b1296104ccc0b8aee4be3d3c23">
     10  <!ENTITY systemd-size          "3,748 KB">
     11  <!ENTITY systemd-buildsize     "1.0 GB">
     12  <!ENTITY systemd-time          "4.9 SBU">
     13
    814]>
    915
    10 <sect1 id="systemd" xreflabel="Systemd-&lfs-systemd-version;">
     16<sect1 id="systemd" xreflabel="Systemd-&systemd-version;" revision="systemd">
    1117  <?dbhtml filename="systemd.html"?>
    1218
     
    1622  </sect1info>
    1723
    18   <title>Systemd-&lfs-systemd-version;</title>
     24  <title>Systemd-&systemd-version;</title>
    1925
    2026  <indexterm zone="systemd">
     
    2632
    2733    <para>
    28       Even though <application>systemd</application> was installed while
     34      While <application>systemd</application> was installed when
    2935      building LFS, there are many features provided by the package that
    30       were not included in the initial installation due to unmet dependencies.
     36      were not included in the initial installation becasue
     37      <application>Linux-PAM</application> was not yet installed.
    3138      The <application>systemd</application> package needs to be
    3239      rebuilt to provide a working <command>systemd-logind</command> service,
    33       among many others.
     40      which provides many additonal features for dependent packages.
    3441    </para>
    3542   
     
    3946    <itemizedlist spacing="compact">
    4047      <listitem>
    41         <para>Systemd Download (HTTP): <ulink url="&systemd-download-http;"/></para>
     48        <para>Download (HTTP): <ulink url="&systemd-download-http;"/></para>
     49      </listitem>
     50      <listitem>
     51        <para>Download (FTP): <ulink url="&systemd-download-ftp;"/></para>
     52      </listitem>
     53      <listitem>
     54        <para>Download MD5 sum: &systemd-md5sum;</para>
     55      </listitem>
     56      <listitem>
     57        <para>Download size: &systemd-size;</para>
     58      </listitem>
     59      <listitem>
     60        <para>Estimated disk space required: &systemd-buildsize;</para>
     61      </listitem>
     62      <listitem>
     63        <para>Estimated build time: &systemd-time;</para>
    4264      </listitem>
    4365    </itemizedlist>
     
    84106      <para>
    85107        In order to build the <application>systemd</application>
    86         <application>Python</application> module, lxml package
     108        <application>Python</application> module, the
     109        <application>lxml</application> package
    87110        needs to be installed for the corresponding
    88111        <application>Python</application> version (2 or 3).
     
    143166            --without-python         \
    144167            --with-default-dnssec=no \
    145             --docdir=/usr/share/doc/systemd-&lfs-systemd-version; &amp;&amp;
     168            --docdir=/usr/share/doc/systemd-&systemd-version; &amp;&amp;
    146169make</userinput></screen>
    147170
     
    160183    <warning>
    161184      <para>
    162         Installing the package will override all files installed by
     185        Installing the package will overwrite all files installed by
    163186        <application>systemd</application> in LFS. It is critical that
    164187        nothing uses either <application>systemd</application> or
    165         <application>Udev</application> libraries or programs during
    166         the installation phrase. Best way to achieve that is to do the
    167         installation in the rescue mode. To switch to the rescue mode,
    168         issue the following command as the
    169         <systemitem class="username">root</systemitem> user from a TTY:
     188        <application>Udev</application> libraries during the installation.
     189        The best way to ensure that these libraries are not being used is to
     190        run the installation in rescue mode. To switch to rescue mode,
     191        run the following command as the
     192        <systemitem class="username">root</systemitem> user (from a TTY):
    170193      </para>
    171194
     
    202225      The <filename>/etc/pam.d/system-sesion</filename> file needs to
    203226      be modified and a new file needs to be created in order for
    204       <command>systemd-logind</command> to work correctly. To accomplish
    205       that, run the following commands as the <systemitem
    206      class="username">root</systemitem> user:
     227      <command>systemd-logind</command> to work correctly. Run the following
     228      commands as the <systemitem class="username">root</systemitem> user:
    207229    </para>
    208230
     
    234256    <para>
    235257      At this point, you should reload the systemd daemon, and reenter
    236       multi-user mode with the following commands as the
    237       <systemitem class="username">root</systemitem> user:
     258      multi-user mode with the following commands (as the
     259      <systemitem class="username">root</systemitem> user):
    238260    </para>
    239261
     
    241263systemctl start multi-user.target</userinput></screen>
    242264
    243     <warning><para>If upgrading from a previous version of systemd and you
    244     use an initrd, the system will hang during boot if you do not generate a
    245     new initrd with systemd-root-device.target included.</para></warning>
     265    <warning><para>If upgrading from a previous version of systemd and an
     266    initrd is used for system boot, you should generate a new initrd before
     267    rebooting the system.</para></warning>
    246268
    247269  </sect2>
     
    257279
    258280      <para>
    259         Below are listed newly installed libraries and directories
     281        Listed below are the newly installed libraries and directories
    260282        along with short descriptions.
    261283      </para>
  • introduction/important/important.xml

    raf8b2d9 rf139a18c  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="position.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patches.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootscripts-systemd.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd-units.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libraries.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="locale-issues.xml"/>
  • introduction/important/systemd-units.xml

    raf8b2d9 rf139a18c  
    66]>
    77
    8 <sect1 id="bootscripts" xreflabel="blfs-systemd-units-&blfs-bootscripts-version;">
     8<sect1 id="bootscripts" xreflabel="blfs-systemd-units-&systemd-units-version;" revision="systemd">
    99  <?dbhtml filename="systemd-units.html"?>
    1010
     
    3333    <listitem>
    3434      <para>
    35         Download: <ulink url="&blfs-bootscripts-download;"/>
     35        Download: <ulink url="&downloads-root;/blfs-systemd-units-&systemd-units-version;.tar.xz"/>
    3636      </para>
    3737    </listitem>
     
    4141    The BLFS Systemd Units package will be used throughout the BLFS book
    4242    for systemd unit files. Each systemd unit has a separate install target.
    43     It is recommended you keep the package source directory around until
     43    It is recommended that you keep the package source directory around until
    4444    completion of your BLFS system. When a systemd unit is requested from BLFS
    45     Systemd Units, simply change to the directory and as the
     45    Systemd Units, simply change to the directory, and as the
    4646    <systemitem class="username">root</systemitem> user, execute the given
    4747    <command>make install-<replaceable>&lt;systemd-unit&gt;</replaceable></command>
    48     command. This command installs the systemd unit to its proper location (along
    49     with any auxiliary configuration scripts) and also enables it by default.
     48    command. This command installs the systemd unit to its proper location
     49    (along with any auxiliary configuration scripts) and also enables it by
     50    default.
    5051  </para>
    5152
     
    5354    <para>
    5455      It is advisable to peruse each systemd unit before installation to
    55       ascertain that it satisfies your need.
     56      determine whether the installed files meet your needs.
    5657    </para>
    5758  </note>
  • introduction/welcome/changelog.xml

    raf8b2d9 rf139a18c  
    4545-->
    4646    <listitem>
     47      <para>June 2nd, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[dj] - Updated to blfs-systemd-units-20160602.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4756      <para>May 31st, 2016</para>
    4857      <itemizedlist>
  • packages.ent

    raf8b2d9 rf139a18c  
    259259<!ENTITY strigi-version               "0.7.8">
    260260<!ENTITY sysstat-version              "11.3.4">
     261<!ENTITY systemd-version              "230">
    261262<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    262263<!ENTITY udisks2-version              "2.1.7">    <!-- stable lt .90 micro version -->
Note: See TracChangeset for help on using the changeset viewer.