diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-30 20:23:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-30 20:23:55 +0000 |
commit | f448389d247c6930108bb9d359ce73c24634d121 (patch) | |
tree | 534d72fb345fc53a063214eb9838849102d27da2 /chapter06 | |
parent | 1e96cc1ddd02bd874bb628342fb803c3e532ecce (diff) |
Update to several urls to use https.
Update to Python3-3.6.5.
Update to openssl-1.1.0h.
Update to e2fsprogs-1.44.1.
Update to tzdata-2018d.
Update to meson-0.45.1.
Update to linux-4.15.14.
Update to sysvinit-2.89.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11394 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |