commands.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <sect1 id="ch02-commands">
  2. <title>Download the LFS Commands</title>
  3. <para>LFS Commands is a tarball containing files which list the installation
  4. commands for the packages installed in this book.</para>
  5. <para>These files can be used to quickly find out which commands have
  6. been changed between the different LFS versions as well. Download the
  7. lfs-commands tarball for this book version and the previous book
  8. version and run a diff on the files. That way it is possible to see which
  9. packages have updated installation instructions, so any scripts you may
  10. have can be modified, or you can reinstall a package if you think that
  11. necessary.</para>
  12. <para>A side effect is that these files can be used to dump to a shell and
  13. install the packages, though some files need to be modified (for
  14. example, when the kbd package is installed, you needed to select the
  15. keyboard layout file, because it can't reliably be guessed). Keep in
  16. mind, please, that these files are not checked for correctness,
  17. integrity and so forth. There may be bugs in the files (since they are
  18. manually created, typo's are often inevitable) so do check them and
  19. don't blindly trust them.</para>
  20. <para>The lfscommands can be downloaded from <ulink
  21. url="&http-root;/lfs-commands/">&http-root;/lfs-commands/</ulink>
  22. or <ulink
  23. url="&ftp-root;/lfs-commands/">&ftp-root;/lfs-commands/</ulink>
  24. .</para>
  25. </sect1>