aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Linux-3.1. Fixes #2937.Matthew Burgess2011-10-281-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove hardcoded paths from GCC's MPFR-related configure switches. Fixes #2948.Matthew Burgess2011-10-281-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove reference to LFS Live CDBruce Dubbs2011-10-271-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Spell out the fact that the linux kernel headers are Bruce Dubbs2011-10-201-0/+10
| | | | | | | located in the linux kernel tarball. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove reference to /dev/shm in fstab descriptionBruce Dubbs2011-10-191-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add statusproc back to bootscripts.Bruce Dubbs2011-10-181-0/+16
| | | | | | | | Remove doc/ files when stripping in Chapter 5. Add --noclear to agetty for tty1 in inittab. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* TyposBruce Dubbs2011-10-131-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added Xz to the prerequsites.Bruce Dubbs2011-10-131-0/+18
| | | | | | | | 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
* Fix the Coreutils i18n patch again so that it runs and passes all tests.Matthew Burgess2011-10-121-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to MPFR-3.1.0. Fixes #2934.Matthew Burgess2011-10-122-3/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Module-Init-Tools-3.16. Fixes #2882.Matthew Burgess2011-10-122-2/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.14.1. Fixes #2940.Matthew Burgess2011-10-121-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added Check-1.2.0 library to Chapter 5.Bruce Dubbs2011-10-112-0/+13
| | | | | | | | | Updated errordiscussion in glibc. Added a fix for locale issues in gcc. Incorporated Check library into libpipeline test. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a paragraph in Chapter 3.1 about obtaining and using md5sums Bruce Dubbs2011-10-101-0/+10
| | | | | | | for the packages in the book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to man-pages-3.35.Bruce Dubbs2011-10-081-4/+17
| | | | | | | Add additional environment variable to man-db. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Miror update to bootscripts Makefile.Bruce Dubbs2011-10-081-0/+5
| | | | | | | Add capability in main Makefile to create md5sum file. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove Pkg-Config and its dependencies PCRE and Glib. Glib's dependencies ↵Matthew Burgess2011-10-072-9/+14
| | | | | | are becoming too heavyweight for LFS to be incorporating. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the udev_retry script, and add an explanationBruce Dubbs2011-10-061-0/+10
| | | | | | | for how to configure it. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a small change from upstream to gmpBruce Dubbs2011-10-051-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the Coreutils i18n patch so that it runs and passes all tests again.Matthew Burgess2011-10-021-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9611 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Perl-5.14.2. Fixes #2933.Matthew Burgess2011-09-291-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to File-5.09. Fixes #2932.Matthew Burgess2011-09-291-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-8.13. Fixes #2928.Matthew Burgess2011-09-291-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a bug that causes programs linked to SDL to segfault. Fixes #2920.Matthew Burgess2011-09-291-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9607 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Diffutils-3.2. Fixes #2919.Matthew Burgess2011-09-291-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch to fix several bugs in MPFR. Fixes #2918.Matthew Burgess2011-09-292-0/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct syntax in modules boot scriptBruce Dubbs2011-09-261-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Allow variables in rc.site to override defaultsBruce Dubbs2011-09-231-1/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixes to console scriptBruce Dubbs2011-09-221-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates to lfs-bootscripts MakefileBruce Dubbs2011-09-211-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rename /etc/sysconfig/init_params to /etc/sysconfig/rc.site.Bruce Dubbs2011-09-191-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move network services to /lib/services. Move init-functions to /lib/lsb. Make /lib/lsb a symlink to /lib/services. Create convenience symlink /etc/init.d->/etc/rc.d/init.d Add help and man pages to ifup/ifdown. Append /run/var/bootlog to /var/log/boot.log at the end of the boot sequence. Add capability to step through the boot scripts at boot time. Optionally allow environment variables in sysconfig directory's console, network, and clock files to be placed in rc.site. Add an optional FASTBOOT parameter to set /fastboot when rebooting. Remove a minor warning message from udev that is triggered by the udev_retry boot script. Add SKIPTMPCLEAN as an optional parameter to skip cleaning /tmp at boot time. Add a page to Chapter 7 documenting rc.site. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a broken popt function in pkg-configBruce Dubbs2011-09-041-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9595 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Supress sysvinit overwriting mountpoint from util-linuxBruce Dubbs2011-09-041-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix binutils extracted directory version in binutilsBruce Dubbs2011-09-031-0/+25
| | | | | | | | | | | | | | | build instructions. This will be reverted at the next upstream release when the tarball name is again synced with the extracted directory name. Fix bootscripts to properly export IN_BOOT variable. Adjust minimum kernel for the host sysem to 2.6.25 due to a udev requirement. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9592 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove the creation of a spurious file in grep's test suiteBruce Dubbs2011-08-311-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to binutils-2.201.1aBruce Dubbs2011-08-311-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9589 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to linux-3.0.4 and util-linux-2.20.Bruce Dubbs2011-08-302-2/+21
| | | | | | | Fix minor bootscript problems. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch to fix a couple of bugs in Glibc-2.14.Matthew Burgess2011-08-142-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GDBM-1.9.1. Fixes #2913.Matthew Burgess2011-08-142-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Diffutils-3.1. Fixes #2912.Matthew Burgess2011-08-142-2/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typo in ChangeLogMatthew Burgess2011-08-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.0.1. Fixes #2910.Matthew Burgess2011-08-071-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to File-5.08. Fixes #2909.Matthew Burgess2011-08-071-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor corrections to bootscriptsBruce Dubbs2011-08-031-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9579 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-173. Fixes #2908.Matthew Burgess2011-08-021-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-3.0. FIxes #2905.Matthew Burgess2011-08-021-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add /etc/sysconfig to Creating DirectoriesBruce Dubbs2011-08-021-0/+13
| | | | | | | Update boot logging to remove terminal escape sequences git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rewrite bootscripts and Chaper 7Bruce Dubbs2011-08-021-0/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-172. Fixes #2904.Matthew Burgess2011-07-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.39.3. Fixes #2903.Matthew Burgess2011-07-171-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689