diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
commit | b08f4096533577934b885fa9df41d3881d141612 (patch) | |
tree | 8e5ffc0ba65ac34d97cd6a896d33b85a897a6da8 /chapter02/commands.xml | |
parent | ad08014624938a3a3bfd1b44e8b27d02c7b06dd8 (diff) |
Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/commands.xml')
-rw-r--r-- | chapter02/commands.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/chapter02/commands.xml b/chapter02/commands.xml new file mode 100644 index 000000000..3c64b2f76 --- /dev/null +++ b/chapter02/commands.xml @@ -0,0 +1,31 @@ +<sect1 id="ch02-commands"> +<title>Download the LFS Commands</title> + +<para> +LFS Commands is a tarball containing files which list the installation +commands for the packages installed in this book. These files can be +used to dump to your shell and install the packages, though some files +need to be modified (for example when you install the console-tools +package you need to select your keyboard layout file which can't be guessed). +</para> + +<para> +These files can be used to quickly find out which commands have been +changed between the different LFS versions as well. You can download the +lfs-commands tarball for this book version and the previous book version +and run a diff on the files. That way you can see which package have +updated installation instructions so you can modify your own scripts, or +reinstall a package if you deem necessary. +</para> + +<para> +The lfscommands can be downloaded from <ulink +url="http://download.linuxfromscratch.org/lfs-commands/"> +http://download.linuxfromscratch.org/lfs-commands/</ulink> or <ulink +url="ftp://download.linuxfromscratch.org/lfs-commands/"> +ftp://download.linuxfromscratch.org/lfs-commands/</ulink> +</para> + +</sect1> + + |