aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/util-linux.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/util-linux.xml')
-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>