Changeset 71becb2
- Timestamp:
- 10/08/2017 02:08:26 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4c54ce8
- Parents:
- 57a8df2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/systemd.xml
r57a8df2 r71becb2 5 5 %general-entities; 6 6 7 <!ENTITY systemd-download-http "http ://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;-lfs.tar.xz">7 <!ENTITY systemd-download-http "https://github.com/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.xz"> 8 8 <!ENTITY systemd-download-ftp " "> 9 <!ENTITY systemd-md5sum " be1338f2775713dc33da74ac0146e37b">10 <!ENTITY systemd-size "4. 0MB">11 <!ENTITY systemd-buildsize " 371 MB (an additional 29MB for tests)">12 <!ENTITY systemd-time " 7.7 SBU (an additional 0.5SBU for tests)">9 <!ENTITY systemd-md5sum "2d8f6ebded3462ac0d1a6275e54db561"> 10 <!ENTITY systemd-size "4.6 MB"> 11 <!ENTITY systemd-buildsize "225 MB (an additional 8 MB for tests)"> 12 <!ENTITY systemd-time "0.2 SBU (an additional 0.2 SBU for tests)"> 13 13 14 14 ]> … … 118 118 <sect2 role="installation"> 119 119 <title>Installation of systemd</title> 120 <!--121 <para>122 Disable two tests that always fail:123 </para>124 We didn't remove this? -->125 120 126 121 <para> … … 129 124 </para> 130 125 131 <!-- The logic behind - -disable-manpages is that you will already have the 132 manpages from this version of systemd installed. This is a rebuild, not 133 a fresh installation of a new version, and previous versions manpages 134 generally apply. This may change in a future update. --> 135 136 <screen><userinput>./configure --prefix=/usr \ 137 --sysconfdir=/etc \ 138 --localstatedir=/var \ 139 --with-rootprefix= \ 140 --with-rootlibdir=/lib \ 141 --enable-split-usr \ 142 --disable-firstboot \ 143 --disable-ldconfig \ 144 --disable-sysusers \ 145 --disable-manpages \ 146 --with-default-dnssec=no \ 147 --docdir=/usr/share/doc/systemd-&systemd-version; && 148 make</userinput></screen> 126 <screen><userinput>meson --prefix /usr \ 127 --sysconfdir /etc \ 128 --localstatedir /var \ 129 -Dblkid=true \ 130 -Dbuildtype=release \ 131 -Ddefault-dnssec=no \ 132 -Dfirstboot=false \ 133 -Dldconfig=false \ 134 -Drootprefix= \ 135 -Drootlibdir=/lib \ 136 -Dsplit-usr=true \ 137 -Dsysusers=false \ 138 -Db_lto=false \ 139 $PWD build && 140 cd build && 141 ninja</userinput></screen> 149 142 150 143 <note> … … 157 150 158 151 <para> 159 To test the results, issue: <command> make check</command>.152 To test the results, issue: <command>ninja test</command>. 160 153 </para> 161 154 … … 179 172 </para> 180 173 181 <screen role="root"><userinput> makeinstall</userinput></screen>174 <screen role="root"><userinput>ninja install</userinput></screen> 182 175 183 176 <para> -
introduction/welcome/changelog.xml
r57a8df2 r71becb2 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dj] - Use upstream tarball for systemd with meson build.</para> 49 </listitem> 50 <listitem> 48 51 <para>[ken] - Update to firefox-56.0.1 (<emphasis>not</emphasis> 49 52 a security fix) and add details of how to run its testsuite
Note:
See TracChangeset
for help on using the changeset viewer.