From e306dae2a9b25313d4ceed85d5d53538ca5dd445 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 11 Dec 2002 02:00:18 +0000 Subject: changed links in chap4 to freshmeat links git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 6 ++++++ chapter03/creatingfs.xml | 4 ++-- chapter03/creatingpart.xml | 4 ++-- chapter03/introduction.xml | 4 ++-- chapter03/mounting.xml | 4 ++-- chapter04/all.xml | 12 ++++-------- chapter04/autoconf.xml | 3 +-- chapter04/automake.xml | 3 +-- chapter04/bash.xml | 3 +-- chapter04/bin86.xml | 3 +-- chapter04/binutils.xml | 3 +-- chapter04/bison.xml | 3 +-- chapter04/bzip2.xml | 3 +-- chapter04/diffutils.xml | 3 +-- chapter04/e2fsprogs.xml | 3 +-- chapter04/ed.xml | 3 +-- chapter04/file.xml | 3 +-- chapter04/fileutils.xml | 3 +-- chapter04/findutils.xml | 3 +-- chapter04/flex.xml | 3 +-- chapter04/gawk.xml | 3 +-- chapter04/gcc.xml | 6 ++---- chapter04/gettext.xml | 3 +-- chapter04/glibc-threads.xml | 3 +-- chapter04/glibc.xml | 3 +-- chapter04/grep.xml | 3 +-- chapter04/groff.xml | 3 +-- chapter04/gzip.xml | 3 +-- chapter04/introduction.xml | 28 +++++++++++++++------------- chapter04/kbd.xml | 3 +-- chapter04/kernel.xml | 3 +-- chapter04/less.xml | 3 +-- chapter04/libtool.xml | 3 +-- chapter04/lilo.xml | 3 +-- chapter04/m4.xml | 3 +-- chapter04/make.xml | 3 +-- chapter04/man-patch.xml | 2 +- chapter04/man.xml | 3 +-- chapter04/manpages.xml | 3 +-- chapter04/modutils.xml | 3 +-- chapter04/ncurses.xml | 3 +-- chapter04/netkitbase.xml | 3 +-- chapter04/nettools.xml | 3 +-- chapter04/packages.xml | 4 ++-- chapter04/patch.xml | 3 +-- chapter04/perl.xml | 3 +-- chapter04/procinfo.xml | 3 +-- chapter04/procps.xml | 3 +-- chapter04/psmisc.xml | 3 +-- chapter04/sed.xml | 3 +-- chapter04/shadowpwd.xml | 3 +-- chapter04/shellutils.xml | 3 +-- chapter04/sysklogd.xml | 3 +-- chapter04/sysvinit.xml | 3 +-- chapter04/tar.xml | 3 +-- chapter04/texinfo.xml | 3 +-- chapter04/textutils.xml | 3 +-- chapter04/toplevel.xml | 6 ------ chapter04/utillinux.xml | 3 +-- chapter04/vim.xml | 3 +-- chapter04/zlib.xml | 3 +-- index.xml | 4 ++-- 62 files changed, 90 insertions(+), 144 deletions(-) delete mode 100644 chapter04/toplevel.xml diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9abca1e4c..73b02a1dd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,12 @@ +December 10th, 2002 [gerard]: Chapter 04 - Changed all +links into Freshmeat.net project links, removed lfs-pacakges tarball. This +was done because the LFS FTP achive won't contain the packages anymore, +instead you have to go to the package's download sites to get +them. + December 5th, 2002 [gerard]: Chapter 08 - Renamed usbdevfs into usbfs as the kernel guys made this change to reduce confusion with diff --git a/chapter03/creatingfs.xml b/chapter03/creatingfs.xml index 269802ea9..4c580e8c9 100644 --- a/chapter03/creatingfs.xml +++ b/chapter03/creatingfs.xml @@ -1,6 +1,6 @@ - + Creating a file system on the new partition - + Now the partition has been made, we can create a file system on it. Most widely used in the Linux world is the second extended file system (ext2), diff --git a/chapter03/creatingpart.xml b/chapter03/creatingpart.xml index 7a5e77f9a..c5feb6f87 100644 --- a/chapter03/creatingpart.xml +++ b/chapter03/creatingpart.xml @@ -1,6 +1,6 @@ - + Creating a new partition - + In order to build our new Linux system, we will need some space: an empty disk partition. If you don't have a free partition, and no room diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 3e51d206c..c173caf5c 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -1,6 +1,6 @@ - + Introduction - + In this chapter the partition which will host the LFS system is prepared. We will create the partition itself, make a file system on it, diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 9e0320dbb..3f1a15762 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -1,6 +1,6 @@ - + Mounting the new partition - + Now that we've created a file system, we want to be able to access the partition. For that, we need to mount it, and have to choose a mount diff --git a/chapter04/all.xml b/chapter04/all.xml index c0bf15e0d..a9f7c2420 100644 --- a/chapter04/all.xml +++ b/chapter04/all.xml @@ -1,11 +1,7 @@ -You can either download one tarball that contains all the packages -used to compile an LFS system: +You can either download the wget script to download +all the packages automatically: +[Create wget script and upload it] -All LFS Packages - &all-size-kb;: - - - - -Or download the following packages individually: +Or download the packages individually: diff --git a/chapter04/autoconf.xml b/chapter04/autoconf.xml index 8187fc75d..56bb9fa2a 100644 --- a/chapter04/autoconf.xml +++ b/chapter04/autoconf.xml @@ -1,3 +1,2 @@ Autoconf (&autoconf-version;) - &autoconf-size;: - - + diff --git a/chapter04/automake.xml b/chapter04/automake.xml index b75d3de9b..056bec01f 100644 --- a/chapter04/automake.xml +++ b/chapter04/automake.xml @@ -1,3 +1,2 @@ Automake (&automake-version;) - &automake-size;: - - + diff --git a/chapter04/bash.xml b/chapter04/bash.xml index 5e485be6e..ec0cacea4 100644 --- a/chapter04/bash.xml +++ b/chapter04/bash.xml @@ -1,3 +1,2 @@ Bash (&bash-version;) - &bash-size;: - - + diff --git a/chapter04/bin86.xml b/chapter04/bin86.xml index 432dee0cf..6e51f2330 100644 --- a/chapter04/bin86.xml +++ b/chapter04/bin86.xml @@ -1,3 +1,2 @@ Bin86 (&bin86-version;) - &bin86-size;: - - + diff --git a/chapter04/binutils.xml b/chapter04/binutils.xml index bd142ec78..00454c451 100644 --- a/chapter04/binutils.xml +++ b/chapter04/binutils.xml @@ -1,3 +1,2 @@ Binutils (&binutils-version;) - &binutils-size;: - - + diff --git a/chapter04/bison.xml b/chapter04/bison.xml index ef71f0c6e..039aa6cd7 100644 --- a/chapter04/bison.xml +++ b/chapter04/bison.xml @@ -1,3 +1,2 @@ Bison (&bison-version;) - &bison-size;: - - + diff --git a/chapter04/bzip2.xml b/chapter04/bzip2.xml index d8a7a0e0a..2952fe419 100644 --- a/chapter04/bzip2.xml +++ b/chapter04/bzip2.xml @@ -1,3 +1,2 @@ Bzip2 (&bzip2-version;) - &bzip2-size;: - - + diff --git a/chapter04/diffutils.xml b/chapter04/diffutils.xml index f73cf45f0..643529c02 100644 --- a/chapter04/diffutils.xml +++ b/chapter04/diffutils.xml @@ -1,3 +1,2 @@ Diffutils (&diffutils-version;) - &diffutils-size;: - - + diff --git a/chapter04/e2fsprogs.xml b/chapter04/e2fsprogs.xml index 2df8b37f0..dafb0fa1c 100644 --- a/chapter04/e2fsprogs.xml +++ b/chapter04/e2fsprogs.xml @@ -1,3 +1,2 @@ E2fsprogs (&e2fsprogs-version;) - &e2fsprogs-size;: - - + diff --git a/chapter04/ed.xml b/chapter04/ed.xml index f9fcd05b6..797070e4b 100644 --- a/chapter04/ed.xml +++ b/chapter04/ed.xml @@ -1,3 +1,2 @@ Ed (&ed-version;) - &ed-size;: - - + diff --git a/chapter04/file.xml b/chapter04/file.xml index 57f620cee..e63095477 100644 --- a/chapter04/file.xml +++ b/chapter04/file.xml @@ -1,3 +1,2 @@ File (&file-version;) - &file-size;: - - + diff --git a/chapter04/fileutils.xml b/chapter04/fileutils.xml index 9ed28b5c9..3be19ef8e 100644 --- a/chapter04/fileutils.xml +++ b/chapter04/fileutils.xml @@ -1,3 +1,2 @@ Fileutils (&fileutils-version;) - &fileutils-size;: - - + diff --git a/chapter04/findutils.xml b/chapter04/findutils.xml index f5925de2f..90a0117d7 100644 --- a/chapter04/findutils.xml +++ b/chapter04/findutils.xml @@ -1,3 +1,2 @@ Findutils (&findutils-version;) - &findutils-size;: - - + diff --git a/chapter04/flex.xml b/chapter04/flex.xml index 649683dcc..04c543bce 100644 --- a/chapter04/flex.xml +++ b/chapter04/flex.xml @@ -1,3 +1,2 @@ Flex (&flex-version;) - &flex-size;: - - + diff --git a/chapter04/gawk.xml b/chapter04/gawk.xml index 33f1b6367..651cbe130 100644 --- a/chapter04/gawk.xml +++ b/chapter04/gawk.xml @@ -1,3 +1,2 @@ Gawk (&gawk-version;) - &gawk-size;: - - + diff --git a/chapter04/gcc.xml b/chapter04/gcc.xml index 59b15653f..6b7ade08d 100644 --- a/chapter04/gcc.xml +++ b/chapter04/gcc.xml @@ -1,7 +1,5 @@ GCC-core (&gcc-version;) - &gcc-core-size;: - - + GCC-g++ (&gcc-version;) - &gcc-g-size;: - - + diff --git a/chapter04/gettext.xml b/chapter04/gettext.xml index 545cb3dd7..a6cc3a8af 100644 --- a/chapter04/gettext.xml +++ b/chapter04/gettext.xml @@ -1,3 +1,2 @@ Gettext (&gettext-version;) - &gettext-size;: - - + diff --git a/chapter04/glibc-threads.xml b/chapter04/glibc-threads.xml index 8bc386a93..f2714caf8 100644 --- a/chapter04/glibc-threads.xml +++ b/chapter04/glibc-threads.xml @@ -1,3 +1,2 @@ Glibc-linuxthreads (&glibc-version;) - &glibc-threads-size;: - - + diff --git a/chapter04/glibc.xml b/chapter04/glibc.xml index 5f837042e..827bb6995 100644 --- a/chapter04/glibc.xml +++ b/chapter04/glibc.xml @@ -1,3 +1,2 @@ Glibc (&glibc-version;) - &glibc-size;: - - + diff --git a/chapter04/grep.xml b/chapter04/grep.xml index d1bd51c45..179466b0a 100644 --- a/chapter04/grep.xml +++ b/chapter04/grep.xml @@ -1,3 +1,2 @@ Grep (&grep-version;) - &grep-size;: - - + diff --git a/chapter04/groff.xml b/chapter04/groff.xml index dbc4b1c8c..8d3c95e73 100644 --- a/chapter04/groff.xml +++ b/chapter04/groff.xml @@ -1,3 +1,2 @@ Groff (&groff-version;) - &groff-size;: - - + diff --git a/chapter04/gzip.xml b/chapter04/gzip.xml index dec097f31..efc301c72 100644 --- a/chapter04/gzip.xml +++ b/chapter04/gzip.xml @@ -1,3 +1,2 @@ Gzip (&gzip-version;) - &gzip-size;: - - + diff --git a/chapter04/introduction.xml b/chapter04/introduction.xml index 9ca68e984..859b5dbc0 100644 --- a/chapter04/introduction.xml +++ b/chapter04/introduction.xml @@ -1,22 +1,24 @@ - + Introduction - + Below is a list of packages you need to download for building a basic Linux system. The listed version numbers correspond to versions -of the software that are known to work, and this book is based -upon them. +of the software that are known to work, and this book is based upon +them. Feel free to try out newer versions, but if you experience problems +with those versions, please try the recommended version first before +sending bug reports. -All the URL's below refer to the main LFS server. There are several -FTP mirrors available from which you can download the files as well. The -addresses of these can be found in . +All the URL's, when possible, refer to the project's page at +Freshmeat.net. The Freshmeat +pages will give you easy access to the official download sites as well as +project websites, mailinglists, FAQ's, Changelogs and more. -The LFS FTP archive only contains the versions of the packages that -are used in this book. You can check the official download sites provided -in to determine whether or not a newer package -is available. If you do download a newer package, we would appreciate -hearing whether you were able to install the package without any problems -using this book's instructions. +For your convenience the top of the list contains a link to a file +you can use with the wget +program. Using this file and the wget program will +make it easy to download all the files at once, rather than downloading each +and every individual file manually. diff --git a/chapter04/kbd.xml b/chapter04/kbd.xml index 0a765625c..3253bf115 100644 --- a/chapter04/kbd.xml +++ b/chapter04/kbd.xml @@ -1,3 +1,2 @@ Kbd (&kbd-version;) - &kbd-size;: - - + diff --git a/chapter04/kernel.xml b/chapter04/kernel.xml index fd2f5fa2e..f9f1ea28a 100644 --- a/chapter04/kernel.xml +++ b/chapter04/kernel.xml @@ -1,3 +1,2 @@ Linux (&kernel-version;) - &kernel-size;: - - + diff --git a/chapter04/less.xml b/chapter04/less.xml index 8db2423c1..aa404331a 100644 --- a/chapter04/less.xml +++ b/chapter04/less.xml @@ -1,3 +1,2 @@ Less (&less-version;) - &less-size;: - - + diff --git a/chapter04/libtool.xml b/chapter04/libtool.xml index adda828c8..37a9e4de7 100644 --- a/chapter04/libtool.xml +++ b/chapter04/libtool.xml @@ -1,3 +1,2 @@ Libtool (&libtool-version;) - &libtool-size;: - - + diff --git a/chapter04/lilo.xml b/chapter04/lilo.xml index 5d2304e91..19aa568ea 100644 --- a/chapter04/lilo.xml +++ b/chapter04/lilo.xml @@ -1,3 +1,2 @@ Lilo (&lilo-version;) - &lilo-size;: - - + diff --git a/chapter04/m4.xml b/chapter04/m4.xml index d40233380..fc816c87a 100644 --- a/chapter04/m4.xml +++ b/chapter04/m4.xml @@ -1,3 +1,2 @@ M4 (&m4-version;) - &m4-size;: - - + diff --git a/chapter04/make.xml b/chapter04/make.xml index ce2dbf263..9c85bab12 100644 --- a/chapter04/make.xml +++ b/chapter04/make.xml @@ -1,3 +1,2 @@ Make (&make-version;) - &make-size;: - - + diff --git a/chapter04/man-patch.xml b/chapter04/man-patch.xml index 6e16de498..f3fb810a0 100644 --- a/chapter04/man-patch.xml +++ b/chapter04/man-patch.xml @@ -1,3 +1,3 @@ -Man Patch (&man-patch-version;) - &man-patch-size; +Man Patch (&man-patch-version;) - &man-patch-size;: diff --git a/chapter04/man.xml b/chapter04/man.xml index 3b0c9319d..715dd044f 100644 --- a/chapter04/man.xml +++ b/chapter04/man.xml @@ -1,3 +1,2 @@ Man (&man-version;) - &man-size;: - - + diff --git a/chapter04/manpages.xml b/chapter04/manpages.xml index 96fb5ed74..159a9d8b3 100644 --- a/chapter04/manpages.xml +++ b/chapter04/manpages.xml @@ -1,3 +1,2 @@ Man-pages (&man-pages-version;) - &man-pages-size;: - - + diff --git a/chapter04/modutils.xml b/chapter04/modutils.xml index d7d062951..49e7cbfe4 100644 --- a/chapter04/modutils.xml +++ b/chapter04/modutils.xml @@ -1,3 +1,2 @@ Modutils (&modutils-version;) - &modutils-size;: - - + diff --git a/chapter04/ncurses.xml b/chapter04/ncurses.xml index f1a1556f9..ceec6f1ca 100644 --- a/chapter04/ncurses.xml +++ b/chapter04/ncurses.xml @@ -1,3 +1,2 @@ Ncurses (&ncurses-version;) - &ncurses-size;: - - + diff --git a/chapter04/netkitbase.xml b/chapter04/netkitbase.xml index d93bc30fb..2767fa298 100644 --- a/chapter04/netkitbase.xml +++ b/chapter04/netkitbase.xml @@ -1,3 +1,2 @@ Netkit-base (&netkit-base-version;) - &netkit-base-size;: - - + diff --git a/chapter04/nettools.xml b/chapter04/nettools.xml index 2063c8668..08dab07f1 100644 --- a/chapter04/nettools.xml +++ b/chapter04/nettools.xml @@ -1,3 +1,2 @@ Net-tools (&net-tools-version;) - &net-tools-size;: - - + diff --git a/chapter04/packages.xml b/chapter04/packages.xml index 0092efa50..568dbbbe2 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -2,9 +2,9 @@ Packages that need to be downloaded - -&c4-toplevel; &c4-all; + + &c4-autoconf; &c4-automake; &c4-bash; diff --git a/chapter04/patch.xml b/chapter04/patch.xml index 148cd407d..f59ab0d21 100644 --- a/chapter04/patch.xml +++ b/chapter04/patch.xml @@ -1,3 +1,2 @@ Patch (&patch-version;) - &patch-size;: - - + diff --git a/chapter04/perl.xml b/chapter04/perl.xml index a7f4525fb..752353c78 100644 --- a/chapter04/perl.xml +++ b/chapter04/perl.xml @@ -1,3 +1,2 @@ Perl (&perl-version;) - &perl-size;: - - + diff --git a/chapter04/procinfo.xml b/chapter04/procinfo.xml index af0374ed0..226afa2a0 100644 --- a/chapter04/procinfo.xml +++ b/chapter04/procinfo.xml @@ -1,3 +1,2 @@ Procinfo (&procinfo-version;) - &procinfo-size;: - - + diff --git a/chapter04/procps.xml b/chapter04/procps.xml index 81e3f787a..5cf30a2a5 100644 --- a/chapter04/procps.xml +++ b/chapter04/procps.xml @@ -1,3 +1,2 @@ Procps (&procps-version;) - &procps-size;: - - + diff --git a/chapter04/psmisc.xml b/chapter04/psmisc.xml index d943ec766..bb2ca91d5 100644 --- a/chapter04/psmisc.xml +++ b/chapter04/psmisc.xml @@ -1,3 +1,2 @@ Psmisc (&psmisc-version;) - &psmisc-size;: - - + diff --git a/chapter04/sed.xml b/chapter04/sed.xml index 514221434..39537c2b2 100644 --- a/chapter04/sed.xml +++ b/chapter04/sed.xml @@ -1,3 +1,2 @@ Sed (&sed-version;) - &sed-size;: - - + diff --git a/chapter04/shadowpwd.xml b/chapter04/shadowpwd.xml index d217942dc..a144be283 100644 --- a/chapter04/shadowpwd.xml +++ b/chapter04/shadowpwd.xml @@ -1,3 +1,2 @@ Shadow (&shadow-version;) - &shadow-size;: - - + diff --git a/chapter04/shellutils.xml b/chapter04/shellutils.xml index f89fe72a7..8398204ac 100644 --- a/chapter04/shellutils.xml +++ b/chapter04/shellutils.xml @@ -1,3 +1,2 @@ Sh-utils (&sh-utils-version;) - &sh-utils-size;: - - + diff --git a/chapter04/sysklogd.xml b/chapter04/sysklogd.xml index cccce6d1e..890ffef0e 100644 --- a/chapter04/sysklogd.xml +++ b/chapter04/sysklogd.xml @@ -1,3 +1,2 @@ Sysklogd (&sysklogd-version;) - &sysklogd-size;: - - + diff --git a/chapter04/sysvinit.xml b/chapter04/sysvinit.xml index 60152e804..b18b96460 100644 --- a/chapter04/sysvinit.xml +++ b/chapter04/sysvinit.xml @@ -1,3 +1,2 @@ Sysvinit (&sysvinit-version;) - &sysvinit-size;: - - + diff --git a/chapter04/tar.xml b/chapter04/tar.xml index fc35aca43..1020d202d 100644 --- a/chapter04/tar.xml +++ b/chapter04/tar.xml @@ -1,3 +1,2 @@ Tar (&tar-version;) - &tar-size;: - - + diff --git a/chapter04/texinfo.xml b/chapter04/texinfo.xml index fe7c47602..f85439536 100644 --- a/chapter04/texinfo.xml +++ b/chapter04/texinfo.xml @@ -1,3 +1,2 @@ Texinfo (&texinfo-version;) - &texinfo-size;: - - + diff --git a/chapter04/textutils.xml b/chapter04/textutils.xml index 52524af54..67710cc6f 100644 --- a/chapter04/textutils.xml +++ b/chapter04/textutils.xml @@ -1,3 +1,2 @@ Textutils (&textutils-version;) - &textutils-size;: - - + diff --git a/chapter04/toplevel.xml b/chapter04/toplevel.xml deleted file mode 100644 index 59016dc33..000000000 --- a/chapter04/toplevel.xml +++ /dev/null @@ -1,6 +0,0 @@ -Browse FTP: - - -Browse HTTP: - - diff --git a/chapter04/utillinux.xml b/chapter04/utillinux.xml index 4d92018a3..83e403af6 100644 --- a/chapter04/utillinux.xml +++ b/chapter04/utillinux.xml @@ -1,3 +1,2 @@ Util-linux (&util-linux-version;) - &util-linux-size;: - - + diff --git a/chapter04/vim.xml b/chapter04/vim.xml index 5f8aeaba7..a296ba963 100644 --- a/chapter04/vim.xml +++ b/chapter04/vim.xml @@ -1,3 +1,2 @@ Vim (&vim-version;) - &vim-size;: - - + diff --git a/chapter04/zlib.xml b/chapter04/zlib.xml index 3da921b5a..bb4e8246a 100644 --- a/chapter04/zlib.xml +++ b/chapter04/zlib.xml @@ -1,3 +1,2 @@ Zlib (&zlib-version;) - &zlib-size;: - - + diff --git a/index.xml b/index.xml index 86b62deba..3eab42404 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf