diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-13 20:11:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-13 20:11:45 +0000 |
commit | 8e771c5e615ac96368b44886316db069b87cd3c3 (patch) | |
tree | e78453b4080ab9a4d32ffc61aeb9e53c204d823b /prologue | |
parent | 1fab972873b9642880d04ad2038bce0ed9b9d062 (diff) |
Added Xz to the prerequsites.
Change file location for kbd, udev, util-linux, and moduule-utils.
Upgrade to Coreutils-8.14.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 1566f24d4..a578f4ab0 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -130,6 +130,10 @@ <para><emphasis role="strong">Texinfo-4.9</emphasis></para> </listitem> + <listitem> + <para><emphasis role="strong">Xz-5.0.3</emphasis></para> + </listitem> + </itemizedlist> <para>Note that the symlinks mentioned above are required to build an LFS @@ -176,6 +180,7 @@ echo Perl `perl -V:version` sed --version | head -n1 tar --version | head -n1 echo "Texinfo: `makeinfo --version | head -n1`" +xz --version | head -n1 echo 'main(){}' > dummy.c && gcc -o dummy dummy.c if [ -x dummy ]; then echo "Compilation OK"; else echo "Compilation failed"; fi |