aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* Added a patch to the Chapter 6 Binutils instructions to correct some errors ↵Randy McMurchy2008-10-122-0/+12
| | | | | | in the test suite git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected installation of udev rules files in chapter 6.DJ Lucas2008-10-121-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8652 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed broken move in iproute2 commands.DJ Lucas2008-10-121-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved the Chapter 6 M4 installation into alphabetical order as it is ↵Randy McMurchy2008-10-121-0/+5
| | | | | | installed in Chapter 5 now and therefore doesn't need to precede the Bison installation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved the Chapter 5 M4 installation to before GCC Pass1 so that the internal ↵Randy McMurchy2008-10-121-0/+6
| | | | | | GCC build of GMP will not fail in case M4 doesn't exist on the host git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use static linked gcc for pass 1 - #2056.DJ Lucas2008-10-121-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note about new gcc fixincludes, corrected test output - #2229.DJ Lucas2008-10-121-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* killed /etc/ld.so.preload from Chapter 5 Glibc, #2081.DJ Lucas2008-10-121-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added descriptions of the configure options used in the GMP instructions and ↵Randy McMurchy2008-10-121-0/+11
| | | | | | updated the installed library descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed chapter 5 glibc test suiteDJ Lucas2008-10-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added three configure parameters to the Chapter 6 Util-linux-ng instructions ↵Randy McMurchy2008-10-111-0/+5
| | | | | | so that additional programs are installed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a sed command to the Sysvinit instructions to suppress the ↵Randy McMurchy2008-10-111-0/+6
| | | | | | installation of the wall program and its man page as a maintained version of this program is installed by Util-linux-ng git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added commands to the Chapter 6 Binutils instructions to suppress the ↵Randy McMurchy2008-10-111-0/+5
| | | | | | installation of standards.info, thanks to Greg Schafer for contributing the fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a patch to the Procps instructions to fix a unicode related issue in ↵Randy McMurchy2008-10-112-0/+8
| | | | | | the watch program git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added documentation installation commands to the Chapter 6 Kbd instructionsRandy McMurchy2008-10-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Modified the IPRoute2 installation command so that the docs are installed in ↵Randy McMurchy2008-10-111-0/+4
| | | | | | a versioned directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Modified the Groff installation command so that the docs are installed in a ↵Randy McMurchy2008-10-111-0/+4
| | | | | | standardized versioned directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added documentation installation commands to the Chapter 6 Gawk instructionsRandy McMurchy2008-10-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added commands to the Chapter 6 Flex instructions to install a .pdf doc fileRandy McMurchy2008-10-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a parameter to the configure command in the Automake instructions so ↵Randy McMurchy2008-10-111-0/+5
| | | | | | that docs are installed in a versioned directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Module-Init-Tools to 3.4.1Randy McMurchy2008-10-112-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added documentation installation commands to the Chapter 6 Readline instructionsRandy McMurchy2008-10-111-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added some documentation installation commands to the Chapter 6 Ncurses ↵Randy McMurchy2008-10-111-0/+10
| | | | | | instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added documentation enhancements to the E2fsprogs packageRandy McMurchy2008-10-101-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected misspelling Greg's name, sorry about that GregRandy McMurchy2008-10-101-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed an unnecessary parameter from the Util-linux-ng Chapter 6 make ↵Randy McMurchy2008-10-101-1/+6
| | | | | | command, thanks to Greg Shafer for pointing it out git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the Perl instructions, thanks to Greg Shafer for pointing out the ↵Randy McMurchy2008-10-101-0/+5
| | | | | | issues - This change also required that the Zlib package is built right before the Perl package in Chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Vim to 7.2Randy McMurchy2008-10-102-3/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Udev to 130Randy McMurchy2008-10-101-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated File to 4.26Randy McMurchy2008-10-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Shadow to 4.1.2.1Randy McMurchy2008-10-092-3/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Man-DB to 2.5.2Randy McMurchy2008-10-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Iproute to 2.6.26Randy McMurchy2008-10-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a command to the Inetutils instructions to correct an issue with GCC-4.3Randy McMurchy2008-10-091-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Autoconf to 2.63Randy McMurchy2008-10-071-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Libtool to 2.2.6aRandy McMurchy2008-10-071-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected the instruction to untar the E2fsprogs tarball in Section 2.3, ↵Randy McMurchy2008-10-071-0/+5
| | | | | | thanks to William Immendorf for pointing out the error git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Berkeley DB to 4.7.25Randy McMurchy2008-10-072-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Man-pages to 3.11Randy McMurchy2008-10-071-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Util-linux-ng to 2.14.1Randy McMurchy2008-10-072-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Texinfo to 4.13Randy McMurchy2008-10-071-2/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8595 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* cp -v, to .orig, in Expect chap5, like we do with the rest of the book.Robert Connolly2008-10-071-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Tar to 1.20Randy McMurchy2008-10-061-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Perl to 5.10.0Randy McMurchy2008-10-062-2/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated M4 to 1.4.11 and added it to the Chapter 5 build as it is required ↵Randy McMurchy2008-10-062-2/+10
| | | | | | by the GMP package in Chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Findutils to 4.4.0Randy McMurchy2008-10-061-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated E2fsprogs to 1.41.1Randy McMurchy2008-10-062-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the Mktemp-1.5 package to the list of removed items in the Chapter3 ↵Randy McMurchy2008-10-052-0/+8
| | | | | | 'What's new ...' page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Coreutils to 6.12, thanks to William Immendorf for contributing a ↵Randy McMurchy2008-10-052-2/+15
| | | | | | patch to add the mktemp program information to the Coreutils page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the Bash Fixes patch to the -8 versionRandy McMurchy2008-10-051-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689