aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
* Add back a patch for Glibc that prevents various BLFS programs, including ↵Matthew Burgess2012-05-061-0/+3
| | | | | | aplay, from segfaulting. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9843 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* kbd-1.15.3.Ken Moffat2012-05-011-1/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Automake-1.12. Fixes #3070.Matthew Burgess2012-04-291-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Grep-2.12. Fixes #3068.Matthew Burgess2012-04-291-4/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix issues from the merge of the jh branch.Ken Moffat2012-04-261-13/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9834 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix pdf formatting issueBruce Dubbs2012-04-251-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merge changes developed and tested in the jh branchBruce Dubbs2012-04-253-23/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change two group IDs to support a legacy programBruce Dubbs2012-04-201-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install su as 'su', not 'su-tools' in chapter 5. Use chapter 6's 'su' for ↵Matthew Burgess2012-04-152-2/+2
| | | | | | Bash. Fixes #3057. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update networking bootscripts. See bootscripts change log for details.Bruce Dubbs2012-04-092-16/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* SpacingBruce Dubbs2012-04-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change the location for the python gdb moduleBruce Dubbs2012-04-051-2/+2
| | | | | | | | | generated by gcc to the correct location. Fix a logic error in the ifdown script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-8.16. Fixes #3048.Matthew Burgess2012-04-031-8/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9799 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove references to /var/run/utmpBruce Dubbs2012-03-291-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move a python module for gdb generated by gcc out of /usr/libBruce Dubbs2012-03-281-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust minimum version of xz-utils in Host Requirements.Bruce Dubbs2012-03-281-7/+9
| | | | | | | | Reword description of log files in section Creating Essential Files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch to fix building Binutils with -O3 optimizationMatthew Burgess2012-03-271-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add Glibc's GCC patch back again to fix a build issue on x86 hosts.Matthew Burgess2012-03-271-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.15. Fixes #3045.Matthew Burgess2012-03-261-14/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to IPRoute2-3.3.0. Fixes #3043.Matthew Burgess2012-03-261-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove whitespace after backslash, thanks to Pierre Labastie for the report.Ken Moffat2012-03-101-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add whitespace for better readability of instructionsBruce Dubbs2012-03-0920-58/+89
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Psmisc-22.16. Fixes #3026.Matthew Burgess2012-03-061-12/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Util-Linux-2.21. Fixes #3002.Matthew Burgess2012-03-061-46/+39
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch for glibc that fixes a segfault's dlopenBruce Dubbs2012-02-241-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add sed to the m4 package to fix a false test failure.Bruce Dubbs2012-02-201-2/+4
| | | | | | | Update mountfs script to support LVM volumes when stopping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9748 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Shadow-4.1.5. Fixes #3019.Matthew Burgess2012-02-141-4/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change permissions for /var/log/btmpBruce Dubbs2012-02-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct some role related markup to help with jhalfs' package management ↵Matthew Burgess2012-02-112-5/+5
| | | | | | feature. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix an ICA issue by creating /usr/lib/libstdc++.la early in chapter 6.Matthew Burgess2012-02-111-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GMP-5.0.4. Fixes #3017.Matthew Burgess2012-02-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove a fixup for GMP's testsuite which was added upstream in GMP-5.0.3. ↵Matthew Burgess2012-02-091-5/+0
| | | | | | Fixes #3016. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert r9733. lsmod was already installed in /bin.Matthew Burgess2012-02-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add lsmod link to kmod, missed from r9713.Matthew Burgess2012-02-061-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove last remaining mentions of Module-Init-Tools.Matthew Burgess2012-02-051-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install Kmod's and Xz's pkgconfig files in the correct location.Matthew Burgess2012-02-052-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove oblolete references to consolelogBruce Dubbs2012-02-031-6/+16
| | | | | | | Reformat udev configure command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix trailing spaceBruce Dubbs2012-02-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarify (again) the extraction order in GCC Pass 1Bruce Dubbs2012-02-011-4/+6
| | | | | | | Reformat Kmod configure command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Zlib-1.2.6. Fixes #3009.Matthew Burgess2012-01-301-20/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move Xz to before GRUB to allow handling compressed kernel images.Matthew Burgess2012-01-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-180. Fixes #3008.Matthew Burgess2012-01-301-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update scripts to support BLFS bridge devices.Bruce Dubbs2012-01-273-284/+3
| | | | | | | Cosmetic cleanups git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix invocation of kmod's test suite.Matthew Burgess2012-01-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add chapter06/kmod.xml, missing from r9711.Matthew Burgess2012-01-221-0/+196
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9713 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-178 and add its dependency of Kmod-4. Fixes #2998 and #3001.Matthew Burgess2012-01-223-37/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove Libnl as IPRoute2 doesn't need it.Matthew Burgess2012-01-113-140/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Prevent Libnl from installing static libraries.Matthew Burgess2012-01-081-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-8.15. Fixes #2996.Matthew Burgess2012-01-081-9/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add new libnl file, missed from r9703.Matthew Burgess2012-01-081-0/+138
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689