diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 14:45:08 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 14:45:08 +0000 |
commit | effe07a910c6d737878b3a73715d5442ff4b06a6 (patch) | |
tree | 51ced00395b8d3243b563525cbb3e20b16f68ef3 /chapter06/systemd.xml | |
parent | 924667ee548b92b95e9355db0db6b2bd974401be (diff) |
Fix circular deps between util-linux and eudev/systemd:
- build util-linux in chapter 5 for both books
- move eudev before util-linux in chapter 6
- make utils-linux libs and headers accessible to /usr in
"Creating essential ..."
- not related, but forgotten at previous commit: make also libfl flex
library accessible to /usr
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index f64c4df72..1010c43ea 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -50,13 +50,6 @@ <screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen> - <para>Because we have not yet installed the final version of Util-Linux, - create links to the libraries in the appropriate location:</para> - -<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}.so*; do - ln -sf $file /usr/lib/ -done</userinput></screen> - <para>Set up the man pages:</para> <screen><userinput remap="pre">tar -xf ../systemd-man-pages-&systemd-version;.tar.xz</userinput></screen> @@ -76,7 +69,6 @@ done</userinput></screen> <screen><userinput remap="configure">mkdir -p build cd build -PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib/pkgconfig" \ LANG=en_US.UTF-8 \ meson --prefix=/usr \ --sysconfdir=/etc \ @@ -234,9 +226,6 @@ meson --prefix=/usr \ <screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen> - <para>Cleanup symbolic links to Util-Linux libraries:</para> - -<screen><userinput remap="adjust">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen> <!-- <para>Prevent systemd from creating <filename>/run/nologin</filename> to allow unprivileged user logins without |