diff options
Diffstat (limited to 'chapter06/systemd.xml')
-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> |