Author: xry111
Date: Fri May 10 21:06:55 2019
New Revision: 11599

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

Modified:
   trunk/BOOK/chapter06/systemd.xml

Modified: trunk/BOOK/chapter06/systemd.xml
==============================================================================
--- trunk/BOOK/chapter06/systemd.xml    Fri May 10 13:08:49 2019        (r11598)
+++ trunk/BOOK/chapter06/systemd.xml    Fri May 10 21:06:55 2019        (r11599)
@@ -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>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to