aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* Install Kmod's and Xz's pkgconfig files in the correct location.Matthew Burgess2012-02-051-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixes to bootscripts:Bruce Dubbs2012-02-051-0/+15
| | | | | | | | | | | | | | | * Remove unneeded function literals. * Fix pidlist logic in statusproc. * Fix statusproc usage statement. * Add nodevtmpfs in mountfs stop. * Be consistent wtih #!/bin/sh Add nodump to xml so command to print out 70-persistent-net.rules will not be used in jhalfs. Fixes a problem in kvm. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change the recipe for wrapper kernel module dependencies to use the explicit ↵Bryan Kadzban2012-02-041-0/+12
| | | | | | | | | | soft-dependency support added to kmod. While I'm here, rewrite a bunch of the chapter-7 udev processing documentation, now that we use devtmpfs. Fixes #3010. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9727 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove oblolete references to consolelogBruce Dubbs2012-02-031-0/+12
| | | | | | | Reformat udev configure command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarify (again) the extraction order in GCC Pass 1Bruce Dubbs2012-02-011-0/+13
| | | | | | | 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-302-2/+6
| | | | 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-0/+4
| | | | 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-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Psmisc-22.15. Fixes #3007.Matthew Burgess2012-01-282-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9720 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GMP-5.0.3. Fixes #3006.Matthew Burgess2012-01-282-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.2.2. Fixes #3005.Matthew Burgess2012-01-281-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-179. Fixes #3004.Matthew Burgess2012-01-281-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update scripts to support BLFS bridge devices.Bruce Dubbs2012-01-271-0/+4
| | | | | | | Cosmetic cleanups git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.2.1. Fixes #2999.Matthew Burgess2012-01-221-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9712 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-178 and add its dependency of Kmod-4. Fixes #2998 and #3001.Matthew Burgess2012-01-222-2/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change bootscripts to use devtmpfs for /dev. Bruce Dubbs2012-01-161-0/+12
| | | | | | | | | Move mounting of /dev to mountvirtfs and ensure /dev gets placed in /etc/mtab. Change fstab and kernel configuration sections to reflect these changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add additional information about setting up a separate boot partition.Bruce Dubbs2012-01-111-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove Libnl as IPRoute2 doesn't need it.Matthew Burgess2012-01-112-3/+11
| | | | 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-0/+4
| | | | 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-082-2/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to IPRoute2-3.2.0, and add its new dependency, libnl-2.0. Fixes #2995.Matthew Burgess2012-01-082-0/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.2. Fixes #2993.Matthew Burgess2012-01-082-2/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typo in Linux tarball name. Fixes #2991.Matthew Burgess2012-01-081-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to File-5.10. Fixes #2989.Matthew Burgess2012-01-082-2/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9700 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change to simple glibc version check in version-check.sh.Bruce Dubbs2012-01-061-1/+16
| | | | | | | Change to php script for 'Get Counted'. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9698 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix version-check.sh's Glibc version detection on 64-bit Debian hosts. ↵Matthew Burgess2011-12-281-0/+10
| | | | | | Thanks to Pierre Labastie for the report and fix. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Automake-1.11.2. Fixes #2986.Matthew Burgess2011-12-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.1.6. Fixes #2985.Matthew Burgess2011-12-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct permissions on /run/shm. Fixes #2984.Matthew Burgess2011-12-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add upstream patches for MPFR. Fixes #2983.Matthew Burgess2011-12-232-7/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.1.5. Fixes #2981.Matthew Burgess2011-12-101-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9689 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update list of installed files in a number of packages. Fixes #2979.Matthew Burgess2011-12-051-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Prevent some arpd artefacts from being installed by IPRoute2. Fixes #2977.Matthew Burgess2011-12-051-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the location of Coreutils' libstdbuf.so. Fixes #2976.Matthew Burgess2011-12-051-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9686 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move Psmisc to before E2fsprogs to fix issues with E2fsprogs' testsuite. ↵Matthew Burgess2011-12-051-0/+11
| | | | | | Fixes #2975. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to E2fsprogs-1.42. Fixes #2973.Matthew Burgess2011-12-012-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.1.4. Fixes #2970.Matthew Burgess2011-12-011-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to IPRoute2-3.1.0. Fixes #2969.Matthew Burgess2011-12-012-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add latest upstream patches for Bash. Fixes #2968.Matthew Burgess2011-12-012-0/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove note about /run which was for the 7.0 version of the book.Ken Moffat2011-11-281-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix coreutils testsuite bug.Ken Moffat2011-11-281-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to lfs-bootscripts-20111128.DJ Lucas2011-11-281-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clen up console script.Bruce Dubbs2011-11-271-0/+9
| | | | | | | | Fix man-pages url. Fix minor typos. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Binutils-2.22. Fixes #2967.Matthew Burgess2011-11-252-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install Glibc's NIS and RPC headers again. Fixes #2965.Matthew Burgess2011-11-251-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Grep-2.10. Fixes #2964.Matthew Burgess2011-11-252-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a security patch for Perl. Fixes #2963.Matthew Burgess2011-11-252-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GDBM-1.10. Fixes #2962.Matthew Burgess2011-11-252-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change libstdbuf.so's installation location to /usr/lib/coreutils. Fixes #2961.Matthew Burgess2011-11-251-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.1.2. Fixes #2960.Matthew Burgess2011-11-252-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689