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 kbd package is
  8. installed, you needed to select the keyboard layout file, becaue it can't
  9. reliably be guessed).
  10. </para>
  11. <para>
  12. These files can also be used to quickly find out which commands have been
  13. changed between the different LFS versions as well. Download the
  14. lfs-commands tarball for this book version and the previous book version
  15. and run a diff on the files. That way it is possible to see which packages
  16. have updated installation instructions, so any scripts you may have can
  17. be modified, or you can reinstall a package if you think that
  18. necessary.
  19. </para>
  20. <para>
  21. The lfscommands can be downloaded from <ulink
  22. url="http://packages.linuxfromscratch.org/lfs-commands/">
  23. http://packages.linuxfromscratch.org/lfs-commands/</ulink> or <ulink
  24. url="ftp://packages.linuxfromscratch.org/lfs-commands/">
  25. ftp://packages.linuxfromscratch.org/lfs-commands/</ulink>.
  26. </para>
  27. </sect1>