aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a reminder to check the kernfs mounts after the revised chroot command.Dan Nichilson2006-07-211-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added module-init-tools patchBruce Dubbs2006-07-161-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7676 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added sed to correct path to the find program in updatedbBruce Dubbs2006-07-151-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated glibc text concerning potential test failuresBruce Dubbs2006-07-151-18/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved the executables: nice, find, kbd_mode, openvt, and setfont to /bin. ↵Bruce Dubbs2006-07-133-9/+41
| | | | | | Added --datadir=/lib/kbd to kbd's configure. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed text explaining the installation of the udev-config rulesDan Nichilson2006-07-121-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7662 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to udev-096 and udev-config-20060712. Closes #1804.Dan Nichilson2006-07-121-73/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Provide vi to vim man page symlinks for all languages. Closes #1811.Dan Nichilson2006-07-121-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7656 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add more commands to lists of what gets installed, thanks to Chris Staub.Ken Moffat2006-06-109-18/+127
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added tee to chapter 6's glibc make check.Gerard Beekmans2006-05-311-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove an outdated comment about having to reset passwords if enabling ↵Matthew Burgess2006-05-301-6/+0
| | | | | | password shadowing. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove getunimap, setlogcons and setvesablank from the list of programs ↵Matthew Burgess2006-05-301-34/+3
| | | | | | installed by kbd. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove swapdev from the list of programs installed by util-linux.Matthew Burgess2006-05-301-11/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Textual corrections from Chris Staub - dependency information is now in the ↵Matthew Burgess2006-05-301-6/+5
| | | | | | appendix, not in chapter 6. Specific compiler optimisations are not provided so remove mentioning them. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tagging fixManuel Canales Esparcia2006-05-281-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove the 'refer back's in the gcc-pass2 and chapter06/gcc pages.Jeremy Huntwork2006-05-271-4/+17
| | | | | | | | Better organizes the commands and data so that the flow of the book is not lost. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a note about installing spell files for Vim in a language other than ↵Jeremy Huntwork2006-05-271-0/+6
| | | | | | English. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct Vim's installation of man pages to work well with Man-DB.Jeremy Huntwork2006-05-271-1/+9
| | | | | | | Patch from Alexander Patrakov and Ag Hatzim. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Some version corrections in the vim pageJeremy Huntwork2006-05-261-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to Vim-7.0. Fixes #1793.Jeremy Huntwork2006-05-261-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed generation of diff's man page, fixes #1800.Jeremy Huntwork2006-05-252-2/+9
| | | | | | | | Thanks Randy McMurchy for the report and Ken Moffat for the fix. Also, some slight wording adjustments on the Shadow page. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* r7702@server: jim | 2006-05-22 00:56:58 -0700Jim Gifford2006-05-221-5/+5
| | | | | | | Fixed a support issue with Shadow's cracklib sed command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7625 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated autoconf, automake and gettext testsuites SBUs.Manuel Canales Esparcia2006-05-143-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7613 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced "<" by "less than".Manuel Canales Esparcia2006-05-1450-100/+101
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* To avoid comments that require action from being forgotten, I prefixed all ↵Archaic2006-05-132-2/+5
| | | | | | of them that I could find with 'FIXME:'. I did not attempt to fix them. I just marked them for future reference. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Made the directory tree creation more concise and removed the extraneousArchaic2006-05-081-31/+26
| | | | | | | /opt/* hierarchy (it is not required by FHS). Closes ticket #1656. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated stripping notes to reflect current findings.Jeremy Huntwork2006-05-031-1/+1
| | | | | | | Resolves ticket #1657. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the bug.c code to avoid USB-related uevent leakage reports.Archaic2006-05-031-1/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed sanity checks to work after final GCC and changed their format.Jeremy Huntwork2006-05-032-46/+137
| | | | | | | Resolves ticket #1768. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note that there is no testsuite in man-db. Fixes ticket #1787.Archaic2006-05-031-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed warning about install being safer than cp. Closes ticket #1728.Archaic2006-05-031-8/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to man-pages-2.31.Archaic2006-05-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7579 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to iana-etc-2.10.Archaic2006-05-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Look fix for PDF output.Manuel Canales Esparcia2006-05-011-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added two seds to avoid symlink problems with Readline during reinstallation.Archaic2006-05-011-0/+8
| | | | | | | Thanks to Dan and Manuel for the fix and for testing. Fixes ticket #1770. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Wrapped mention of "make install" inside command tags.Archaic2006-05-011-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the cp construct in udev to economize. Also added -v switches.Archaic2006-05-011-8/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed issue where module-init-tools would not re-install its binaries. ↵Archaic2006-05-011-1/+14
| | | | | | Thanks to Manuel for the report and Dan for the fix. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to udev-091. Moved to a tarball-based set of udev rules. Updated the ↵Archaic2006-05-011-19/+53
| | | | | | bootscripts to support the new udevsettle program. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove extra '/'s from hints linksJeremy Huntwork2006-04-301-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fix.Manuel Canales Esparcia2006-04-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7543 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing tags.Manuel Canales Esparcia2006-04-201-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7542 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tags corrections.Manuel Canales Esparcia2006-04-201-8/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Slight wording change to GDBM note.Archaic2006-04-201-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7540 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed unused pwdgroup.xml.Archaic2006-04-201-119/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7539 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved all dependency information to a new page, Appendix C.Jeremy Huntwork2006-04-1850-438/+0
| | | | | | | | | | | Appendix C also contains information concerning the build order. While there might need to be a few tweaks yet, this information is complete enough at this point to close out the long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson and Manuel Canales Esparcia for helping get this finished. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* We are creating a new file, no appending to an existing one.Manuel Canales Esparcia2006-04-161-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Wrapped a couple of filenames in filename tags.Archaic2006-04-151-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed small typo in chap6 glibc.Archaic2006-04-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7522 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added patch to glibc to fix build errors in packages that include ↵Archaic2006-04-151-0/+5
| | | | | | linux/types.h after sys/kd.h. Thanks to DJ for supplying the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689