commands.xml 1.5 KB

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