Ignore:
Timestamp:
Apr 24, 2017, 10:21:28 AM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
0fa3c9f
Parents:
c831ac4
Message:

Update Systemd to 233. Remove some configure options, add some new configure options. Tidy up the xml. Remove the compat-libs patch.

Location:
BOOK/final-system/multilib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/systemd-64bit.xml

    rc831ac4 r216be86  
    2323    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2424    href="../common/systemd.xml"
    25     xpointer="xpointer(//*[@os='p1'])"/>
    26 
    27     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    28     href="../common/systemd.xml"
    29     xpointer="xpointer(//*[@os='p2'])"/>
    30 
    31     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    32     href="../common/systemd.xml"
    3325    xpointer="xpointer(//*[@os='s1'])"/>
    3426
     
    4739    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4840    href="../common/systemd.xml"
    49     xpointer="xpointer(//*[@os='s5'])"/>
     41    xpointer="xpointer(//*[@os='cc1'])"/>
    5042
    5143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5244    href="../common/systemd.xml"
    53     xpointer="xpointer(//*[@os='s6'])"/>
     45    xpointer="xpointer(//*[@os='cc2'])"/>
    5446
    5547    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6254    --sysconfdir=/etc \
    6355    --localstatedir=/var \
    64     --libdir=/usr/lib64 \
    6556    --libexecdir=/usr/lib64 \
    6657    --docdir=/usr/share/doc/systemd-&systemd-version; \
     
    6859    --with-rootlibdir=/lib64 \
    6960    --enable-split-usr \
    70     --disable-gudev \
     61    --disable-firstboot \
     62    --disable-ldconfig \
     63    --disable-lto \
     64    --disable-sysusers \
     65    --with-default-dnssec=no \
    7166    --with-kbd-loadkeys=/bin/loadkeys \
    7267    --with-kbd-setfont=/bin/setfont \
    7368    --with-dbuspolicydir=/etc/dbus-1/system.d \
    74     --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \
    7569    --with-dbussessionservicedir=/usr/share/dbus-1/services \
    7670    --with-dbussystemservicedir=/usr/share/dbus-1/system-services \
    77     cc_cv_CFLAGS__flto=no</userinput></screen>
     71    --config-cache</userinput></screen>
    7872
    7973    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    123117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124118    href="../common/systemd.xml"
    125     xpointer="xpointer(//*[@os='n'])"/>
    126 
    127 <screen><userinput>mv -v /usr/lib64/libnss_myhostname.so.2 /lib64</userinput></screen>
    128 
    129     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    130     href="../common/systemd.xml"
    131119    xpointer="xpointer(//*[@os='p'])"/>
    132120
     
    143131    xpointer="xpointer(//*[@os='s'])"/>
    144132
    145     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    146     href="../common/systemd.xml"
    147     xpointer="xpointer(//*[@os='t'])"/>
    148 
    149     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    150     href="../common/systemd.xml"
    151     xpointer="xpointer(//*[@os='u'])"/>
    152 
    153133  </sect2>
    154134
  • BOOK/final-system/multilib/systemd-n32.xml

    rc831ac4 r216be86  
    2323
    2424    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    25     href="systemd.xml"
    26     xpointer="xpointer(//*[@os='mlw1'])"/>
     25    href="../common/systemd.xml"
     26    xpointer="xpointer(//*[@os='cc1'])"/>
    2727
    2828    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2929    href="../common/systemd.xml"
    30     xpointer="xpointer(//*[@os='p1'])"/>
     30    xpointer="xpointer(//*[@os='cc2'])"/>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3333    href="../common/systemd.xml"
    34     xpointer="xpointer(//*[@os='p2'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    37     href="systemd.xml"
    3834    xpointer="xpointer(//*[@os='a'])"/>
    3935
    40 <screen><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
     36<screen os="b"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    4137./configure \
    4238    --prefix=/usr \
    4339    --sysconfdir=/etc \
    4440    --localstatedir=/var \
    45     --libdir=/usr/lib32 \
    4641    --libexecdir=/usr/lib32 \
    4742    --docdir=/usr/share/doc/systemd-&systemd-version; \
     
    4944    --with-rootlibdir=/lib32 \
    5045    --enable-split-usr \
    51     --disable-gudev \
     46    --disable-firstboot \
     47    --disable-ldconfig \
     48    --disable-lto \
     49    --disable-sysusers \
     50    --with-default-dnssec=no \
    5251    --with-kbd-loadkeys=/bin/loadkeys \
    5352    --with-kbd-setfont=/bin/setfont \
    5453    --with-dbuspolicydir=/etc/dbus-1/system.d \
    55     --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \
    5654    --with-dbussessionservicedir=/usr/share/dbus-1/services \
    5755    --with-dbussystemservicedir=/usr/share/dbus-1/system-services \
    58     cc_cv_CFLAGS__flto=no</userinput></screen>
     56    --config-cache</userinput></screen>
    5957
    6058    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7472    xpointer="xpointer(//*[@os='k'])"/>
    7573
    76     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    77     href="../common/systemd.xml"
    78     xpointer="xpointer(//*[@os='n'])"/>
    79 
    80 <screen><userinput>mv -v /usr/lib32/libnss_myhostname.so.2 /lib32</userinput></screen>
    81 
    8274  </sect2>
    8375
  • BOOK/final-system/multilib/systemd.xml

    rc831ac4 r216be86  
    2222  <sect2 role="installation">
    2323    <title>Installation of Systemd</title>
    24 
    25     <note os="mlw1">
    26       <para>If you do not have Linux-PAM installed in your system you can safely
    27       skip this page. If you do have Linux-PAM installed and you wish to use
    28       <filename class="libraryfile">pam_systemd.so</filename>
    29       to register and control user sessions within the systemd control group
    30       hierarchy, follow the instructions to install the module.</para>
    31     </note>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../common/systemd.xml"
    35     xpointer="xpointer(//*[@os='p1'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/systemd.xml"
    39     xpointer="xpointer(//*[@os='p2'])"/>
    4024
    4125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7660make install-pkgconfiglibDATA</userinput></screen>
    7761
    78     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    79     href="../common/systemd.xml"
    80     xpointer="xpointer(//*[@os='n'])"/>
    81 
    82     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    83     href="../common/systemd.xml"
    84     xpointer="xpointer(//*[@os='o'])"/>
    85 
    8662  </sect2>
    8763
Note: See TracChangeset for help on using the changeset viewer.