Only symlink shared lib{blkid,mount,uuid} for systemd

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Xi Ruoyao 2019-05-11 04:06:55 +00:00
parent ceabe2782d
commit 94c160cfe6

View File

@ -52,7 +52,7 @@
<para>Because we have not yet installed the final version of Util-Linux, <para>Because we have not yet installed the final version of Util-Linux,
create links to the libraries in the approprite location:</para> create links to the libraries in the approprite location:</para>
<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}*; do <screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}.so*; do
ln -sf $file /usr/lib/ ln -sf $file /usr/lib/
done</userinput></screen> done</userinput></screen>