diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 3 | ||||
-rw-r--r-- | chapter06/systemd.xml | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index c66254fa7..36f5d0bc9 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -131,7 +131,8 @@ make LD_LIBRARY_PATH=/tools/lib check</userinput></screen> If you do not have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/> - for details on creating and enabling swap space.</para> + for details on creating and enabling swap space. Two tests, f_bigalloc_badinode + and f_bigalloc_orphan_list, are known ot fail.</para> <para>Install the binaries, documentation, and shared libraries:</para> diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 8bc0b4421..0cc153b36 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -186,7 +186,7 @@ meson --prefix=/usr \ <para>Remove an unnecessary directory:</para> <screen><userinput remap="install">rm -rfv /usr/lib/rpm</userinput></screen> - +<!-- <para>Create the Sysvinit compatibility symlinks, so systemd is used as the default init system:</para> @@ -196,7 +196,7 @@ done ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> <para>Remove our earlier created symlink for xsltproc:</para> - +--> <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen> <para>Create the <filename>/etc/machine-id</filename> file needed by |