creatingstaticdir.xml 864 B

1234567891011121314151617181920
  1. <sect1 id="ch05-creatingstaticdir">
  2. <title>Creating the $LFS/static directory</title>
  3. <?dbhtml filename="creatingstaticdir.html" dir="chapter05"?>
  4. <para>As explained in this chapter's introduction, everything we install
  5. from this chapter will be installed under the <filename
  6. class="directory">$LFS/static</filename> directory. This way it won't
  7. pollute the LFS partition with a bunch of temporary files. All we need to
  8. do is create this directory so we can start installing. Simply run this
  9. command to create the directory:</para>
  10. <para><screen><userinput>mkdir $LFS/static</userinput></screen></para>
  11. <para>You may want to move the packages you downloaded in Chapter 3 to this
  12. <filename class="directory">$LFS/static</filename> directory, perhaps
  13. create a subdirectory <filename
  14. class="directory">$LFS/static/src</filename> to keep them in.</para>
  15. </sect1>