diff options
Diffstat (limited to 'chapter03/introduction.xml')
-rw-r--r-- | chapter03/introduction.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 58df880cc..98fc93e62 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -53,15 +53,15 @@ <ulink url="../wget-list">wget-list</ulink> as an input to <command>wget</command>. For example:</para> -<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen> +<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen> - <para>Additionally, starting with LFS-7.0, there is a separate file, + <para>Additionally, starting with LFS-7.0, there is a separate file, <ulink url="../md5sums">md5sums</ulink>, can be used to verify that all - the correct packages are available before proceeding. Place that file in + the correct packages are available before proceeding. Place that file in <filename class="directory">$LFS/sources</filename> and run:</para> <screen role="nodump"><userinput>pushd $LFS/sources md5sum -c md5sums -popd</userinput></screen> +popd</userinput></screen> </sect1> |