aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
Commit message (Collapse)AuthorAgeFilesLines
* Rename /etc/sysconfig/init_params to /etc/sysconfig/rc.site.Bruce Dubbs2011-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 binutils extracted directory version in binutilsBruce Dubbs2011-09-033-5/+7
| | | | | | | | | | | | | | | 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
* Updates to binutils, glibc, gcc, and tclBruce Dubbs2011-06-291-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update perl, less, and glib.Bruce Dubbs2011-06-261-34/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update General Compilation InstructionsBruce Dubbs2011-04-131-26/+39
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9495 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GCC-4.6.0. Fixes #2847.Matthew Burgess2011-03-302-22/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9493 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix spelling mistakeMatthew Burgess2011-03-161-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Dejagnu-1.5. Fixes #2845.Matthew Burgess2011-03-141-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add latest upstream patches for Bash-4.2. Fixes #2841.Matthew Burgess2011-03-141-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9486 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates for pdf formattingBruce Dubbs2011-03-051-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-4.2. Fixes #2830.Matthew Burgess2011-02-161-4/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Util-linux-2.19. Changed name from util-linux-ng. Bruce Dubbs2011-02-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9459 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change xz xml filenames to support jhalfsBruce Dubbs2011-01-052-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9438 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweaks to Xz instructionsBruce Dubbs2011-01-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9437 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added XZ-Utils as a new compression utility package for independent use or withBruce Dubbs2011-01-022-0/+75
| | | | | | | | tar. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.12.2. Fixes #2804.Matthew Burgess2010-12-141-6/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Expect-5.45. Fixes #2791.Matthew Burgess2010-11-181-18/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9417 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Tar-1.25 and install its HTML documentation. Fixes #2777 and #2786.Matthew Burgess2010-11-101-4/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9411 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarify text in Chapter 5 GCC Pass 1Bruce Dubbs2010-10-271-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9407 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix perl option description in Chapter 5Bruce Dubbs2010-10-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9394 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to M4-1.4.15. Fixes #2744.Matthew Burgess2010-09-221-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Be consistent about 'test suites'Bruce Dubbs2010-09-183-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use --disable-libgomp instead of altering LD_LIBRARY_PATH in GCC pass 2.Matthew Burgess2010-09-061-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.12.1. Fixes #2730.Matthew Burgess2010-08-081-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add parameters to prevent chapter 5 GCC builds linking to the host's copy of ↵Matthew Burgess2010-08-032-2/+13
| | | | | | CLooG and PPL. Fixes #2723. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9349 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Make-3.82. Fixes #2726.Matthew Burgess2010-08-031-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9346 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarified what SBU times include in Chapter 5 and 6Bruce Dubbs2010-07-021-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9332 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Sync kerenl version in explanationBruce Dubbs2010-06-251-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to MPFR-3.0.0. Fixes #2687.Matthew Burgess2010-06-222-2/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Expect-5.44.1.15. Fixes #2689.Matthew Burgess2010-06-211-9/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9305 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a consolidated set of patches to DejaGNUBruce Dubbs2010-06-191-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update kernel version specified in Chapter 5 glibc instructionsBruce Dubbs2010-06-161-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9297 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add additional information to clarify the build processBruce Dubbs2010-05-261-0/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add instructions for the new testsuite in diffutilsBruce Dubbs2010-05-031-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor text changesBruce Dubbs2010-05-031-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust zlib instructions to ensure .pc file and all libraries are in the properBruce Dubbs2010-05-032-0/+75
| | | | | | | location. Thanks to Chris Staub. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced deprecated w3.org XInclude throughout the bookBruce Dubbs2010-04-2130-62/+62
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GCC-4.5.0, including the addition of its new dependency, MPC. ↵Matthew Burgess2010-04-203-6/+15
| | | | | | Fixes #2636. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Perl-5.12.0. Fixes #2635.Matthew Burgess2010-04-201-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9253 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add latest upstream patches for Bash. Fixes #2620.Matthew Burgess2010-04-201-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Grep-2.6.1. Fixes #2617.Matthew Burgess2010-03-271-11/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* TypoBruce Dubbs2010-03-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9234 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a sed to the tar command to fix anBruce Dubbs2010-03-201-0/+4
| | | | | | error in the latest release. The fix is from upstream. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9233 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to E2fsprogs-1.41.11. Fixes #2607.Matthew Burgess2010-03-181-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Util-Linux-NG-2.17.1. Fixes #2581.Matthew Burgess2010-03-011-22/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarify the use of autoconf variables to ensure forced-unwind and C-cleanup ↵Matthew Burgess2010-01-261-6/+10
| | | | | | support in chapter 5's Glibc. Fixes #2543. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9163 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-4.1. Fixes #2539.Matthew Burgess2010-01-031-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Wording tweakBruce Dubbs2009-11-161-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarified explanation of why we use cross Bruce Dubbs2009-11-161-4/+7
| | | | | | compilation techniques in the Toolchain Technical Notes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Patch-2.6. Fixes #2513.Matthew Burgess2009-11-151-7/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689