commands.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <sect1 id="ch02-commands">
  2. <title>Download the LFS Commands</title>
  3. <para>
  4. LFS Commands is a tarball containing files which list the installation
  5. commands for the packages installed in this book. These files can be
  6. used to dump to a shell and install the packages, though some files
  7. need to be modified (for example, when the console-tools package is
  8. installed, it is needed to select the keyboard layout file, which can't be
  9. guessed).
  10. </para>
  11. <para>
  12. These files can be used to quickly find out which commands have been
  13. changed between the different LFS versions as well. A user just downloads the
  14. lfs-commands tarball for this book version and the previous book version
  15. and runs a diff on the files. That way it is possible to see which packages
  16. have
  17. updated installation instructions, and he can modify his own scripts or
  18. reinstall a package if it seems necessary.
  19. </para>
  20. <para>
  21. The lfscommands can be downloaded from <ulink
  22. url="http://download.linuxfromscratch.org/lfs-commands/">
  23. http://download.linuxfromscratch.org/lfs-commands/</ulink> or <ulink
  24. url="ftp://download.linuxfromscratch.org/lfs-commands/">
  25. ftp://download.linuxfromscratch.org/lfs-commands/</ulink>.
  26. </para>
  27. </sect1>