|
@@ -33,13 +33,13 @@ on the safe side.</para>
|
|
|
<para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \
|
|
|
-exec /usr/bin/strip --strip-debug '{}' ';'</userinput></screen></para>
|
|
|
|
|
|
-<para>It may be a good idea to create the $LFS/etc/lfs-&version; file. By
|
|
|
+<para>It may be a good idea to create the $LFS/etc/lfs file. By
|
|
|
having this file it is very easy for you (and for us if you are going to ask
|
|
|
for help with something at some point) to find out which LFS version
|
|
|
-you have installed on your system. This can just be a null-byte file by
|
|
|
-running:</para>
|
|
|
+you have installed on your system. Create the $LFS/etc/lfs file by
|
|
|
+running the following command:</para>
|
|
|
|
|
|
-<para><screen><userinput>touch $LFS/etc/lfs-&version;</userinput></screen></para>
|
|
|
+<para><screen><userinput>echo &version; > $LFS/etc/lfs</userinput></screen></para>
|
|
|
|
|
|
</sect1>
|
|
|
|