aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
* Install a few rules from udev's etc/udev/packages/ directory to handle ↵Bryan Kadzban2008-05-231-2/+17
| | | | | | 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-231-81/+41
| | | | | | | | | 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-1/+1
| | | | | | | 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 E2fsprogs to 1.40.8. Fixes #2173.Jeremy Huntwork2008-04-231-1/+12
| | | | 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/+8
| | | | | | | | 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-2/+14
| | | | | | | | 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-1/+1
| | | | 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-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8532 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged r8530 from jh branch to trunkJeremy Huntwork2008-04-221-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Two minor textual improvmentsJeremy Huntwork2008-04-052-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added patch for 256-byte inode support in GRUB. Fixes #2161.Jeremy Huntwork2008-04-031-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8514 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Suppress installation of uptime in coreutils. Thanks to Randy McMurchy. ↵Jeremy Huntwork2008-04-031-1/+1
| | | | | | Fixes #2133. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added an upstream patch for db-4.6.21, thanks Randy McMurchy for the report. ↵Jeremy Huntwork2008-04-031-0/+4
| | | | | | Fixes #2164. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8505 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add --sysconfdir=/etc to Man-db so we get /etc/man_db.confDan Nichilson2008-03-301-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update kbd to 1.13.Ken Moffat2008-02-271-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add --libexecdir parameter to Man-DB's configure command. Fixes #2153. ↵Matthew Burgess2008-02-241-10/+1
| | | | | | 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-191-7/+12
| | | | 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-191-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-191-6/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove a now unnecessary sed in chapter 6's GCC instructions. Thanks to ↵Matthew Burgess2008-02-171-8/+0
| | | | | | Greg Schafer for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8480 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch to fix an issue with the Automake tests. Fixes #2143.Matthew Burgess2008-02-071-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8474 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-6.10. Fixes #2133.Matthew Burgess2008-02-073-139/+19
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.24. Fixes #2.6.24.Matthew Burgess2008-01-291-8/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix another Util-linux-ng typo (#2135)Matthew Burgess2008-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8464 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix up download location of Util-linux-ng and a couple of related typos in ↵Matthew Burgess2008-01-241-2/+2
| | | | | | chapter 6. Fixes #2134. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add /usr/include/video to the list of installed files for the Linux headers. ↵Matthew Burgess2008-01-221-1/+1
| | | | | | Thanks to Clyde Forrester for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8459 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix up the migration to Util-linux-ng.Matthew Burgess2008-01-222-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replace Util-linux with Util-linux-ng. Fixes #2077.Matthew Burgess2008-01-221-112/+78
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a few more details to the package management section, and correct the ↵Matthew Burgess2008-01-191-9/+18
| | | | | | URL for the LSB specs. Fixes #2073 and #2130. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8452 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to E2fsprogs-1.40.4. Fixes #2123.Matthew Burgess2008-01-041-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add fix for upstream bug in E2fsprogs' testsuite. Thanks to Greg Schafer ↵Matthew Burgess2007-12-231-0/+2
| | | | | | for the report and the fix. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to Texinfo-4.11. Fixes #2074.Matthew Burgess2007-12-082-14/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to Man-DB-2.5.0. Fixes #2109.Matthew Burgess2007-12-081-18/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8436 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to Gawk-3.1.6. Fixes #2107.Matthew Burgess2007-12-081-10/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed obsolete note from Creating Symlinks section about continuation ↵Bruce Dubbs2007-10-301-1/+1
| | | | | | lines in udev rules. Changed dailout group to uucp for udev rule compatability. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8426 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a note about IPRoute2's testsuite.Matthew Burgess2007-10-291-1/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch to fix a segfault in usb_id.Matthew Burgess2007-10-291-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8421 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Tar-1.19. Fixes #2090.Matthew Burgess2007-10-291-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8418 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to IPRoute2-2.6.23. Fixes #2091.Matthew Burgess2007-10-291-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Gawk-3.1.6. Fixes #2098.Matthew Burgess2007-10-291-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8411 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed a @remap attribute.Manuel Canales Esparcia2007-09-221-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed glibc-libidn tarball extension.Manuel Canales Esparcia2007-09-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8393 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed a badplaced attribute.Manuel Canales Esparcia2007-09-181-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8391 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added remap attributes to userinput tags in packages pages.Manuel Canales Esparcia2007-09-1850-312/+336
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Ncurses contents list and fixes some typos.Manuel Canales Esparcia2007-09-166-8/+18
| | | | | | Thanks to Chris Staub for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Sysklogd-1.5. Fixes #2055. Thanks to Matthew Burgess for the patch.Jeremy Huntwork2007-09-161-11/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8380 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.6.1. Fixes #2018. Thanks to several people mentioned in ↵Jeremy Huntwork2007-09-163-0/+16
| | | | | | the changelog. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GCC-4.2.1. Fixes #2002. Merged from jh branch, thanks to Matthew ↵Jeremy Huntwork2007-09-152-1/+6
| | | | | | Burgess for preparing a discrete patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to DB-4.6.19. Fixes #2051. Thanks to Matt Burgess for the patch.Jeremy Huntwork2007-09-151-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added sect1info blocks to packages pages.Manuel Canales Esparcia2007-09-0750-1/+301
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689