aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chapter06.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update to man-pages-3.5.9.Bruce Dubbs2014-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | Incorporate beta FHS. Add /usr/share/ppd, /usr/libexec, /usr/share/color, /usr/local/share/color, /var/lib/color, and /usr/share/dict. Remove overrides for /usr/libexec: coreutils, findutils, gawk, gcc, glibc, inetutils, man-db, and tar. Move grub sbin executables from /usr/sbin to /sbin. Document two new glibc errors in the regression tests. Move man-db after util-linux to satisfy a test dependency in /tools and to speed the test up. Restore building the flex static library. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved util-linux final build to be after udev. Bruce Dubbs2014-01-211-1/+1
| | | | | | | | | | | Fixed up e2fsprogs and udev to use the Chapter 5 build of util-linux. Changed umount instructions in Chapter 9 to be compatible with changes in mounting /run as a tmpfs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update several pages to fix regression test failures.Bruce Dubbs2013-08-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to gcc-4.8.1Bruce Dubbs2013-06-031-1/+1
| | | | | | | | | | Update to util-linux-2.23.1 Added test suites to util-linux, but needed to move shadow before util-linux to have su available. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add bc to Chapter 6 to support Linux-3.9Bruce Dubbs2013-04-301-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* E2fsprogs requires ps from Procps for its testsuite to complete successfully.Matthew Burgess2012-12-281-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to linux-3.5.1 Bruce Dubbs2012-08-171-1/+1
| | | | | | | | | | | | Upgrade to man-pages-3.42 Upgrade to automake-1.12.3 Remove instruction copying su in Chapter 5 coreutils Move shadow to before coreutils in Chapter 6 to have su available Update Chapter 5 sizes and times git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved a few things around for ordering/convenience.Bruce Dubbs2012-07-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to pkg-config-0.27Bruce Dubbs2012-07-221-1/+0
| | | | | | | | Remove popt Fix udev-retry boot script for latest udev functioanlity git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated udev to version 186. This update has a major procedure Bruce Dubbs2012-07-161-1/+1
| | | | | | | change due to merging systemd and udev. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert bogus commit r9894.Matthew Burgess2012-06-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove description of PKG_CONFIG variables that are no longer used in Man-DB.Matthew Burgess2012-06-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Gzip-1.5. Fixes #3121.Matthew Burgess2012-06-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add pkg-config-0.26-internal-glibBruce Dubbs2012-06-031-0/+2
| | | | | | | | Add popt-1.16 Fix problem building perl in some environments git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merge changes developed and tested in the jh branchBruce Dubbs2012-04-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9831 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
* 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-178 and add its dependency of Kmod-4. Fixes #2998 and #3001.Matthew Burgess2012-01-221-2/+3
| | | | 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-111-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to IPRoute2-3.2.0, and add its new dependency, libnl-2.0. Fixes #2995.Matthew Burgess2012-01-081-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move Psmisc to before E2fsprogs to fix issues with E2fsprogs' testsuite. ↵Matthew Burgess2011-12-051-1/+1
| | | | | | Fixes #2975. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove Pkg-Config and its dependencies PCRE and Glib. Glib's dependencies ↵Matthew Burgess2011-10-071-3/+0
| | | | | | 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
* Upgrade to Pkg-config-0.26 and add PCRE and Glib as required dependencies.Matthew Burgess2011-05-221-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9547 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move File to before binutils to prevent some configure warnings.Bruce Dubbs2011-04-191-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-DB-2.6.0.2 and add its dependency libpipeline-1.2.0. Fixes #2857.Matthew Burgess2011-04-181-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9504 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-051-1/+1
| | | | 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-021-0/+1
| | | | | | | | tar. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust zlib instructions to ensure .pc file and all libraries are in the properBruce Dubbs2010-05-031-1/+1
| | | | | | | 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-211-63/+63
| | | | 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-201-0/+1
| | | | | | Fixes #2636. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Put file before glibc in chapter 6 for better test coverageBruce Dubbs2010-02-171-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to GRUB-1.97Bruce Dubbs2009-10-291-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move GDBM before Perl in chapter 6 as Perl can make use of it. Fixes #2447.Matthew Burgess2009-07-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove Berkeley DB; Man-DB uses GDBM now. Fixes #2440.Matthew Burgess2009-07-181-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to sed 4,2,1Bruce Dubbs2009-07-061-2/+3
| | | | | | | | | | | | | Update to Linux 2.6.30.1 Correct GCC to use -fomit-frame-pointer Add pkg-config Remove --with-col from Man-DB Move Util-Linux-NG to before E2fsprogs in Chapter 6 Update to e2fsprogs-1.41.7 Remove E2fsprogs in Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add GDBM as a pre-requisite for Man-DB. Fixes #2298.Matthew Burgess2009-05-231-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use Inetutils' version of hostname, rather than Coreutils' version. Fixes ↵Matthew Burgess2009-03-121-1/+1
| | | | | | #2364. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-4.0. Fixes #2351.Matthew Burgess2009-03-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Binutils-2.19. FIxes #2268.Matthew Burgess2008-12-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bring in DIY's next generation build method. Move GRUB to chapter 8.Jeremy Huntwork2008-12-051-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move grep up in the build order. Thanks, Greg Schafer for the reminder.Jeremy Huntwork2008-12-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added descriptions of symlinks created by util-linux.Bruce Dubbs2008-10-271-1/+1
| | | | | | Move gawk ahead of findutils to avoid a test suite failure in chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved placement of m4 in chapters 5 and 6 so thatJeremy Huntwork2008-10-191-1/+1
| | | | | | | | | * the chapter 5 m4 links against the glibc in /tools * the chapter 6 m4 is built before anything that hard codes the location of m4 Added a host prerequisite for m4 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved the Chapter 6 M4 installation into alphabetical order as it is ↵Randy McMurchy2008-10-121-1/+1
| | | | | | 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
* Updated the Perl instructions, thanks to Greg Shafer for pointing out the ↵Randy McMurchy2008-10-101-1/+1
| | | | | | 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 GCC to 4.3.2 which includes adding the GMP-4.2.4 and MPFR-2.3.2 ↵Randy McMurchy2008-10-031-0/+2
| | | | | | packages - This new version of GCC requires the added packages - Thanks to DJ Lucas for the stimulus and initial work resulting in this and all of the other package updates coming up git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-6.10. Fixes #2133.Matthew Burgess2008-02-071-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix up the migration to Util-linux-ng.Matthew Burgess2008-01-221-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689