Changeset 872899f
- Timestamp:
- 07/21/2017 12:04:13 AM (6 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- d24c5fa
- Parents:
- 20483d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/systemd.xml
r20483d8 r872899f 40 40 <sect2 role="installation"> 41 41 <title>Installation of systemd</title> 42 43 <para>First, disable two tests that always fail:</para>44 45 <screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \46 -e 's@test-copy$(EXEEXT) @@' \47 -i Makefile.in</userinput></screen>48 42 49 43 <para>Create a file to allow systemd to build when using Util-Linux … … 197 191 ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> 198 192 199 <!--200 <para>Remove a reference to a non-existent group:</para>201 202 <screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>203 -->204 205 193 <para>Create the <filename>/etc/machine-id</filename> file needed by 206 194 <command>systemd-journald</command>:</para> 207 195 208 196 <screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen> 209 210 <para>Since the testsuite largely depends on the host system kernel211 configuration, some tests may fail. It also needs a modification in212 order not to look for a program that will be installed by Util-Linux213 package later in this chapter. To test the results, issue:</para>214 215 <screen><userinput remap="test">sed -i "s:minix:ext4:g" src/test/test-path-util.c216 make -k check</userinput></screen>217 197 218 198 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.