diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-05-11 04:06:55 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-05-11 04:06:55 +0000 |
commit | 94c160cfe63531ce70cc71c0d1dcda2c9f91e09b (patch) | |
tree | 11aa1d61020bc707506c8a2816480fb8b47ee63c /chapter06 | |
parent | ceabe2782d715d3dbfcb22b4d01e08c49ad20306 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index e13aa0cf9..03b4e1858 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -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> |