mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
ceabe2782d
commit
94c160cfe6
@ -52,7 +52,7 @@
|
||||
<para>Because we have not yet installed the final version of Util-Linux,
|
||||
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/
|
||||
done</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user