Changeset 216be86 for BOOK/final-system/multilib
- Timestamp:
- Apr 24, 2017, 10:21:28 AM (8 years ago)
- Branches:
- master, systemd
- Children:
- 0fa3c9f
- Parents:
- c831ac4
- Location:
- BOOK/final-system/multilib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/systemd-64bit.xml
rc831ac4 r216be86 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 24 24 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"33 25 xpointer="xpointer(//*[@os='s1'])"/> 34 26 … … 47 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 48 40 href="../common/systemd.xml" 49 xpointer="xpointer(//*[@os=' s5'])"/>41 xpointer="xpointer(//*[@os='cc1'])"/> 50 42 51 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 52 44 href="../common/systemd.xml" 53 xpointer="xpointer(//*[@os=' s6'])"/>45 xpointer="xpointer(//*[@os='cc2'])"/> 54 46 55 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 62 54 --sysconfdir=/etc \ 63 55 --localstatedir=/var \ 64 --libdir=/usr/lib64 \65 56 --libexecdir=/usr/lib64 \ 66 57 --docdir=/usr/share/doc/systemd-&systemd-version; \ … … 68 59 --with-rootlibdir=/lib64 \ 69 60 --enable-split-usr \ 70 --disable-gudev \ 61 --disable-firstboot \ 62 --disable-ldconfig \ 63 --disable-lto \ 64 --disable-sysusers \ 65 --with-default-dnssec=no \ 71 66 --with-kbd-loadkeys=/bin/loadkeys \ 72 67 --with-kbd-setfont=/bin/setfont \ 73 68 --with-dbuspolicydir=/etc/dbus-1/system.d \ 74 --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \75 69 --with-dbussessionservicedir=/usr/share/dbus-1/services \ 76 70 --with-dbussystemservicedir=/usr/share/dbus-1/system-services \ 77 cc_cv_CFLAGS__flto=no</userinput></screen>71 --config-cache</userinput></screen> 78 72 79 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 123 117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 124 118 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"131 119 xpointer="xpointer(//*[@os='p'])"/> 132 120 … … 143 131 xpointer="xpointer(//*[@os='s'])"/> 144 132 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 153 133 </sect2> 154 134 -
BOOK/final-system/multilib/systemd-n32.xml
rc831ac4 r216be86 23 23 24 24 <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'])"/> 27 27 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 29 href="../common/systemd.xml" 30 xpointer="xpointer(//*[@os=' p1'])"/>30 xpointer="xpointer(//*[@os='cc2'])"/> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 33 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"38 34 xpointer="xpointer(//*[@os='a'])"/> 39 35 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}" \ 41 37 ./configure \ 42 38 --prefix=/usr \ 43 39 --sysconfdir=/etc \ 44 40 --localstatedir=/var \ 45 --libdir=/usr/lib32 \46 41 --libexecdir=/usr/lib32 \ 47 42 --docdir=/usr/share/doc/systemd-&systemd-version; \ … … 49 44 --with-rootlibdir=/lib32 \ 50 45 --enable-split-usr \ 51 --disable-gudev \ 46 --disable-firstboot \ 47 --disable-ldconfig \ 48 --disable-lto \ 49 --disable-sysusers \ 50 --with-default-dnssec=no \ 52 51 --with-kbd-loadkeys=/bin/loadkeys \ 53 52 --with-kbd-setfont=/bin/setfont \ 54 53 --with-dbuspolicydir=/etc/dbus-1/system.d \ 55 --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \56 54 --with-dbussessionservicedir=/usr/share/dbus-1/services \ 57 55 --with-dbussystemservicedir=/usr/share/dbus-1/system-services \ 58 cc_cv_CFLAGS__flto=no</userinput></screen>56 --config-cache</userinput></screen> 59 57 60 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 74 72 xpointer="xpointer(//*[@os='k'])"/> 75 73 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 82 74 </sect2> 83 75 -
BOOK/final-system/multilib/systemd.xml
rc831ac4 r216be86 22 22 <sect2 role="installation"> 23 23 <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 safely27 skip this page. If you do have Linux-PAM installed and you wish to use28 <filename class="libraryfile">pam_systemd.so</filename>29 to register and control user sessions within the systemd control group30 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'])"/>40 24 41 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 76 60 make install-pkgconfiglibDATA</userinput></screen> 77 61 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 86 62 </sect2> 87 63
Note:
See TracChangeset
for help on using the changeset viewer.