aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2016-08-12 02:02:09 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2016-08-12 02:02:09 +0000
commita840e5905d8d2906120b5a8a9d6a06c987727d98 (patch)
treec40e4abc12a23282d03ff721643a1ae26189f2de /chapter05
parentab44d4bc8971f4825ddd35947dfa3df5d6c4d69f (diff)
Update to systemd-231
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/util-linux.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml
index a99d936ef..287d78dff 100644
--- a/chapter05/util-linux.xml
+++ b/chapter05/util-linux.xml
@@ -43,12 +43,19 @@
<para>Prepare Util-linux for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/tools \
+<screen revision="sysv"><userinput remap="configure">./configure --prefix=/tools \
--without-python \
--disable-makeinstall-chown \
--without-systemdsystemunitdir \
PKG_CONFIG=""</userinput></screen>
+<screen revision="systemd"><userinput remap="configure">./configure --prefix=/tools \
+ --without-python \
+ --disable-makeinstall-chown \
+ --without-systemdsystemunitdir \
+ --enable-libmount-force-mountinfo \
+ PKG_CONFIG=""</userinput></screen>
+
<variablelist>
<title>The meaning of the configure option:</title>