aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* Updated the Bash Fixes patch to the -8 versionRandy McMurchy2008-10-051-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a patch to the Expect instructions to fix an issue with recent Tcl ↵Randy McMurchy2008-10-052-0/+8
| | | | | | versions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Tcl to 8.5.4Randy McMurchy2008-10-051-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the Linux kernel to 2.6.26.5Randy McMurchy2008-10-051-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Glibc to a 2.8 snapshot taken on 9/29/2008, the tarball of this ↵Randy McMurchy2008-10-052-1/+14
| | | | | | snapshot includes the libidn data that previously was separately packaged git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the GMP and MPFR packages to the list of packages in Chapter 3, thanks ↵Randy McMurchy2008-10-051-3/+15
| | | | | | to Lefteris Dimitroulakis for pointing out the omission git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove tabsBruce Dubbs2008-10-041-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix 'make validate' Makefile ruleBruce Dubbs2008-10-041-0/+4
| | | | | | Add Perl version check to Host System Requirements git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8563 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-032-0/+28
| | | | | | 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
* Belatedly fix the known perl vulnerabilities.Ken Moffat2008-07-111-0/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved bootscripts and udev-config to BOOKBruce Dubbs2008-06-031-13/+29
| | | | | | | Updated Makefile to automatically generate bootscript and udev-config tarballs Updated licesnse to be the same as BLFS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install a few rules from udev's etc/udev/packages/ directory to handle ↵Bryan Kadzban2008-05-231-0/+11
| | | | | | device-mapper (LVM and dm-raid), md-raid, and a few Palm device symlinks. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade Udev to 122, udev-config to 20080522, and lfs-bootscripts to ↵Bryan Kadzban2008-05-232-6/+15
| | | | | | | | | 20080522. Replace "write_net_rules all_interfaces" with a "udevadm test" loop. Fix several typos. Remove the usb_id segfault patch, as it's included in Udev now. Add /lib/udev/devices/kmsg, as udevd uses /dev/kmsg to log a message at startup. Replace udevtrigger/udevinfo with "udevadm trigger" and "udevadm info" in the text. Should fix #2057, #2079, #2170, and #2186. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use -mtune=native for glibc. We don't want our libc optimized for 486.Jeremy Huntwork2008-04-231-0/+5
| | | | | | | It should be optimized for the local machine. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Autoconf to 2.62Jeremy Huntwork2008-04-232-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated E2fsprogs to 1.40.8. Fixes #2173.Jeremy Huntwork2008-04-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8539 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed behavior in kbd where man pages for optional programs that aren't builtJeremy Huntwork2008-04-231-0/+6
| | | | | | | | are installed. Thanks Greg Schafer for spotting this. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8537 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed kbd to build and install setkeycodes, getkeycodes and resizecons.Jeremy Huntwork2008-04-231-0/+11
| | | | | | | | Also move loadkeys to /bin from /usr/bin for use by the bootscripts. Thanks, Greg Schafer. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Kbd to 1.14.1. Fixes #2162.Jeremy Huntwork2008-04-221-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8534 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Flex to 2.5.35. Fixes #2179.Jeremy Huntwork2008-04-221-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8532 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo/whitespaceBruce Dubbs2008-04-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated host requirments to check for symlinksBruce Dubbs2008-04-111-6/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added patch for 256-byte inode support in GRUB. Fixes #2161.Jeremy Huntwork2008-04-032-0/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8514 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgraded to iana-etc-2.30. Fixes #2174.Jeremy Huntwork2008-04-032-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Suppress installation of uptime in coreutils. Thanks to Randy McMurchy. ↵Jeremy Huntwork2008-04-031-0/+10
| | | | | | Fixes #2133. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed some changelog entries so they are formatted properlyJeremy Huntwork2008-04-031-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8506 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added an upstream patch for db-4.6.21, thanks Randy McMurchy for the report. ↵Jeremy Huntwork2008-04-032-0/+8
| | | | | | Fixes #2164. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8505 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to linux-2.6.24.4, fixes #2157Jeremy Huntwork2008-04-031-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add --sysconfdir=/etc to Man-db so we get /etc/man_db.confDan Nichilson2008-03-301-0/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade bzip2.Ken Moffat2008-03-271-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8500 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Undo r8485 for now, since the newer udev-config rules will only work with ↵Bryan Kadzban2008-03-121-3/+0
| | | | | | udev >=115 (they require the 50-udev-default.rules distributed with udev). The book still uses 113, unfortunately. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8495 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update kbd to 1.13.Ken Moffat2008-02-272-2/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct the name of ru-ms keymap in the example (ru_ms is wrong even for 1.12).Ken Moffat2008-02-271-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8493 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add --libexecdir parameter to Man-DB's configure command. Fixes #2153. ↵Matthew Burgess2008-02-241-0/+14
| | | | | | Also, remove the --enable-mb-groff parameter as the groff multibyte patch is detected automatically by configure now. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update module-init-tools, fixes #2127.Ken Moffat2008-02-192-2/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update flex to 2.5.34. Patches for the libIDL, libpcap, lm_sensors, tetex ↵Ken Moffat2008-02-192-2/+3
| | | | | | are already in -patches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade grep to 2.5.3, fixes #2054.Ken Moffat2008-02-192-2/+24
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to latest upstream Vim patches.Matthew Burgess2008-02-171-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8486 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-config-20080217.Matthew Burgess2008-02-171-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8485 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Tcl-8.4.18. Fixes #2146.Matthew Burgess2008-02-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8484 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-pages-2.78. Fixes #2152.Matthew Burgess2008-02-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8483 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-DB-2.5.1. Fixes #2148.Matthew Burgess2008-02-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8482 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.24.2. Fixes #2147.Matthew Burgess2008-02-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8481 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove a now unnecessary sed in chapter 6's GCC instructions. Thanks to ↵Matthew Burgess2008-02-171-0/+6
| | | | | | Greg Schafer for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8480 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Findutils-4.2.33. Fixes #2151.Matthew Burgess2008-02-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8479 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to E2fsprogs-1.40.6. Fixes #2149.Matthew Burgess2008-02-171-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch to fix an issue with the Automake tests. Fixes #2143.Matthew Burgess2008-02-071-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8474 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-pages-2.77. Fixes #2142.Matthew Burgess2008-02-071-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8473 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Libtool-1.5.26. Fixes #2141.Matthew Burgess2008-02-072-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GCC-4.2.3. Fixes #2140.Matthew Burgess2008-02-071-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8471 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689