Changeset f66a6fc


Ignore:
Timestamp:
Jan 4, 2014, 7:11:00 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e55e464
Parents:
3a94cd1
Message:

Updated to systemd 208

Location:
BOOK
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/appendices/dependencies/common.xml

    r3a94cd1 rf66a6fc  
    17361736
    17371737        <seglistitem>
    1738          <seg>Bash, Binutils, Coreutils, D-Bus, EGLIBC, Findutils, Gawk, GCC,
    1739          Grep, Libcap, Make, Pkg-config, Sed, Udev and Util-linux</seg>
     1738         <seg>Attr, Bash, Binutils, Coreutils, D-Bus, E2fsprogs, EGLIBC, Findutils, Gawk,
     1739         GCC, GPerf, Grep, Intltool, Libcap, Make, Perl, Pkg-config, Sed,
     1740         Util-linux and XML-Parser</seg>
    17401741        </seglistitem>
    17411742      </segmentedlist>
  • BOOK/final-system/common/systemd.xml

    r3a94cd1 rf66a6fc  
    2525    <title>Installation of systemd</title>
    2626
    27     <para os="s1">By default, <command>systemd</command> contains a unit file
    28     that mounts a tmpfs over /var/lock on boot as 775 with a gid of lock. CLFS
    29     does not have a lock group. Change this to 777 with the following
    30     command:</para>
    31 
    32 <screen os="s2"><userinput>sed -i "s/\(mode\)=775,gid=lock/\1=777/" \
    33     units/var-lock.mount</userinput></screen>
    34 
    3527    <para os="a">Prepare systemd for compilation:</para>
    3628
    3729<screen os="b"><userinput>./configure --prefix=/usr \
    3830    --sysconfdir=/etc --localstatedir=/var \
    39     --with-rootdir= --with-distro=other \
    40     --with-syslog-service=rsyslog.service \
    41     --with-sysvinit-path=/etc/init.d \
    42     --with-sysvrcd-path=/etc/rc.d</userinput></screen>
     31    --libexecdir=/usr/lib --docdir=/usr/share/doc/systemd-&systemd-version; \
     32    --with-rootprefix="" --with-rootlibdir=/lib \
     33    --enable-split-usr --disable-gudev</userinput></screen>
    4334
    4435    <para os="c">Compile the package:</para>
     
    4940
    5041<screen os="f"><userinput>make install</userinput></screen>
     42
     43    <para os="g">Install man pages and documentation files that are not
     44    installed by default:</para>
     45
     46<screen os="h"><userinput>for section in 1 3 5 7 8
     47do
     48  install -v -m644 man/*.${section} /usr/share/man/man${section}
     49done
     50install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
    5151
    5252  </sect2>
  • BOOK/final-system/multilib/systemd-64bit.xml

    r3a94cd1 rf66a6fc  
    2323    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2424    href="../common/systemd.xml"
    25     xpointer="xpointer(//*[@os='s1'])"/>
    26 
    27     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    28     href="../common/systemd.xml"
    29     xpointer="xpointer(//*[@os='s2'])"/>
    30 
    31     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    32     href="../common/systemd.xml"
    3325    xpointer="xpointer(//*[@os='a'])"/>
    3426
     
    3628  ./configure --prefix=/usr \
    3729    --sysconfdir=/etc --localstatedir=/var \
    38     --with-rootdir= --with-distro=other \
    39     --with-syslog-service=rsyslog.service \
    40     --with-sysvinit-path=/etc/init.d \
    41     --with-sysvrcd-path=/etc/rc.d</userinput></screen>
     30    --libexecdir=/usr/lib --docdir=/usr/share/doc/systemd-&systemd-version; \
     31    --with-rootprefix="" -with-rootlibdir=/lib \
     32    --enable-split-usr --disable-gudev</userinput></screen>
    4233
    4334    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5748    xpointer="xpointer(//*[@os='f'])"/>
    5849
     50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     51    href="../common/systemd.xml"
     52    xpointer="xpointer(//*[@os='g'])"/>
     53
     54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     55    href="../common/systemd.xml"
     56    xpointer="xpointer(//*[@os='h'])"/>
     57
    5958  </sect2>
    6059
  • BOOK/final-system/multilib/systemd-n32.xml

    r3a94cd1 rf66a6fc  
    3333  ./configure --prefix=/usr \
    3434    --sysconfdir=/etc --localstatedir=/var \
    35     --with-rootdir= --with-distro=other \
    36     --with-syslog-service=rsyslog.service \
    37     --with-sysvinit-path=/etc/init.d \
    38     --with-sysvrcd-path=/etc/rc.d</userinput></screen>
     35    --libexecdir=/usr/lib32 --docdir=/usr/share/doc/systemd-&systemd-version; \
     36    --with-rootprefix="" -with-rootlibdir=/lib32 \
     37    --enable-split-usr --disable-gudev</userinput></screen>
    3938
    4039    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    5453    xpointer="xpointer(//*[@os='f'])"/>
    5554
     55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     56    href="../common/systemd.xml"
     57    xpointer="xpointer(//*[@os='g'])"/>
     58
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../common/systemd.xml"
     61    xpointer="xpointer(//*[@os='h'])"/>
     62
    5663  </sect2>
    5764
  • BOOK/final-system/multilib/systemd.xml

    r3a94cd1 rf66a6fc  
    5555<screen os="f"><userinput>make install-pamlibLTLIBRARIES</userinput></screen>
    5656
     57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     58    href="../common/systemd.xml"
     59    xpointer="xpointer(//*[@os='g'])"/>
     60
     61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     62    href="../common/systemd.xml"
     63    xpointer="xpointer(//*[@os='h'])"/>
     64
    5765  </sect2>
    5866
  • BOOK/introduction/common/changelog.xml

    r3a94cd1 rf66a6fc  
    3838
    3939    <listitem>
     40      <para>04 January 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Updated Systemd to 208.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>01 January 2014</para>
    4150      <itemizedlist>
  • BOOK/packages.ent

    r3a94cd1 rf66a6fc  
    434434<!ENTITY sysvinit-home "http://savannah.nongnu.org/projects/sysvinit">
    435435
    436 <!ENTITY systemd-version "17">
    437 <!ENTITY systemd-size "738 KB">
    438 <!ENTITY systemd-url "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.bz2">
    439 <!ENTITY systemd-md5 "ae69109af0628c083846b8aea921692c">
     436<!ENTITY systemd-version "208">
     437<!ENTITY systemd-size "2,332 KB">
     438<!ENTITY systemd-url "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
     439<!ENTITY systemd-md5 "df64550d92afbffb4f67a434193ee165">
    440440<!ENTITY systemd-home "http://freedesktop.org/wiki/Software/systemd">
    441441
Note: See TracChangeset for help on using the changeset viewer.