aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-05-19 14:34:49 +0800
committerXi Ruoyao <xry111@xry111.site>2023-05-19 14:34:49 +0800
commite131becf8fe3bfda96afbcd33d3dc696c16ed8f4 (patch)
treea894d22caea3ab331e2815f77172c8e40482e82e /chapter07
parent0ebfdf7e73c478692d3f2a71023c67aa511e07e1 (diff)
parent0a7df4c5db8e0e33e96cf8f5fae7cac0f0e82c56 (diff)
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/util-linux.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/util-linux.xml b/chapter07/util-linux.xml
index 9adf2995c..2f88e7d5f 100644
--- a/chapter07/util-linux.xml
+++ b/chapter07/util-linux.xml
@@ -53,6 +53,7 @@
<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
--libdir=/usr/lib \
+ --runstatedir=/run \
--docdir=/usr/share/doc/util-linux-&util-linux-version; \
--disable-chfn-chsh \
--disable-login \
@@ -62,8 +63,7 @@
--disable-runuser \
--disable-pylibmount \
--disable-static \
- --without-python \
- runstatedir=/run</userinput></screen>
+ --without-python</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>