diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-13 09:00:22 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-13 09:00:22 +0000 |
commit | 704e800fcb3889343c57f64ba03e88116bb914be (patch) | |
tree | 7a78c180b1b3f7c13a3b6edd7bedeccbd492599a /chapter08 | |
parent | 02776dffe135111ad7080784e6d00a83f8396bb8 (diff) |
util-linux: runstatedir=/run is also needed by sysv
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/util-linux.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 61e05a6cf..7e61e6c6d 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -64,7 +64,8 @@ --disable-static \ --without-python \ --without-systemd \ - --without-systemdsystemunitdir</userinput></screen> + --without-systemdsystemunitdir \ + runstatedir=/run</userinput></screen> <screen revision="systemd"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --docdir=/usr/share/doc/util-linux-&util-linux-version; \ |