aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed locale generation for French UTF-8. Thanks to Dan McGhee and Alexander ↵Jeremy Huntwork2006-01-181-0/+10
| | | | | | Patrakov. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7283 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Retaged and indented changelog.xml.Manuel Canales Esparcia2006-01-113-702/+1541
| | | | | | Moved the list of packaged updates to the new whatsnew.xml file. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7269 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Indented chapter01 except changelog.xml.Manuel Canales Esparcia2006-01-116-305/+371
| | | | | | | Renamed administrativa.xml to resources.xml. Standarized the ID values. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make bison build repeatably.Ken Moffat2006-01-101-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use a sed so that gccbug uses mktemp.Ken Moffat2006-01-101-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7262 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move mktemp back to where it used to be, this should revert r7256 and ↵Ken Moffat2006-01-101-0/+3
| | | | | | hopefully remove any unintended idea that the toolchain position in the build can be lightly tinkered with. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* More Berkeleyization for DB, thanks to Randy for advice.Ken Moffat2006-01-071-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move creation of /etc/hosts in Perl, to remove another ICA difference.Ken Moffat2006-01-071-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move grep ahead of libtool. This removes a hardcoded /tools/bin/grep from ↵Ken Moffat2006-01-071-0/+4
| | | | | | /usr/bin/libtool. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Build mktemp earlier, for gcc's gccbug which now wraps mktemp in 'if [ yes = ↵Ken Moffat2006-01-071-0/+4
| | | | | | yes ];' instead of 'if [ no = yes ];'. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 's/DB/Berkeley DB/' and remove -lpthread overrides from it.Ken Moffat2006-01-071-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove mention of news server until we actually have one. Thanks Randy.Jeremy Huntwork2006-01-062-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial support of UTF-8. Thanks Alexander Patrakov.Jeremy Huntwork2006-01-061-2/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarify mktemp's --with-libc configure parameterMatthew Burgess2006-01-031-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to libtool 1.5.22Matthew Burgess2006-01-031-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to man-pages 2.18Matthew Burgess2006-01-031-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7241 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix bug 1674 by removing the incorrect -v flag from the mkswap commandMatthew Burgess2006-01-031-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7240 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make install of asm headers repeatable (for reruns, or ICA), instead of ↵Ken Moffat2005-12-311-0/+4
| | | | | | creating a spurious asm/asm-i386 directory when repeated. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reverting UTF-8 changes until everything is in place.Archaic2005-12-261-11/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Alexander Patrakov's patch which adds UTF-8 capability to theArchaic2005-12-261-2/+11
| | | | | | | development branch of the LFS Book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed Vim version for the symlink to /usr/share/docJim Gifford2005-12-231-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7233 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the broken Vim documentation symlinkMatthew Burgess2005-12-211-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Pass a valid path to the --prefix switch of module-init-tools' configure scriptMatthew Burgess2005-12-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reorder an incorrectly placed changelog entryMatthew Burgess2005-12-171-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7224 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Symlink Vim's documentation to /usr/share/doc/vim-6.4Matthew Burgess2005-12-171-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7223 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to psmisc 21.9Matthew Burgess2005-12-171-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7222 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to man-pages 2.17Matthew Burgess2005-12-171-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install Tcl's internal headers to /tools/include. Thanks Greg Schafer, Dan ↵Jeremy Huntwork2005-12-131-0/+5
| | | | | | Nicholson (fixes bug 1670). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added new texinfo patch. Thanks Randy, Bruce and Joe.Jeremy Huntwork2005-12-121-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7216 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgraded to tcl-8.4.12Jeremy Huntwork2005-12-111-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to less-394. Fix changelog typo.Jeremy Huntwork2005-12-111-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 ↵Jeremy Huntwork2005-12-111-1/+5
| | | | | | specific patches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to bash-3.1. Fix Tcl to work with the new Bash.Jeremy Huntwork2005-12-111-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed variable used to link ncurses into readline - doesn't overwrite ↵Jeremy Huntwork2005-12-111-0/+4
| | | | | | other settings. Thanks Alex Patrakov. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-Pages 2.16Matthew Burgess2005-12-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Module-Init-Tools 3.2.2Matthew Burgess2005-12-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Findutils 4.2.27Matthew Burgess2005-12-091-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Mention testsuites (or lack of them) for all packages (bug 1664)Matthew Burgess2005-12-071-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typoMatthew Burgess2005-11-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Don't install man pages from the Glibc Linuxthreads tarballMatthew Burgess2005-11-261-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7192 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove the note about not having to dump/check a journalled filesystemMatthew Burgess2005-11-261-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to module-init-tools 3.2.1Matthew Burgess2005-11-261-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Prevent Shadow from installing internationalized variants of the 'groups' ↵Matthew Burgess2005-11-261-0/+4
| | | | | | man page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to man-pages 2.14Matthew Burgess2005-11-261-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Findutils 4.2.26Matthew Burgess2005-11-261-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated the changelog.Manuel Canales Esparcia2005-11-261-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7183 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed 'man page' to 'HTML documentation'Gerard Beekmans2005-11-241-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added LFS-6.1.1-pre1 release noteGerard Beekmans2005-11-241-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed the unpack of the module-init-tools-testsuite package.Manuel Canales Esparcia2005-11-181-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Textual correction concerning gettext in chapter 5 and --disable-sharedJeremy Huntwork2005-11-161-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689