|
@@ -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>
|
|
|
|