aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
...
* fix typoGerard Beekmans2002-05-091-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed vigr symlink locationGerard Beekmans2002-05-061-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix bugs #335 and #342 plus various touch ups, layout fixed (line wrapping ↵Gerard Beekmans2002-05-0227-103/+72
| | | | | | mostly) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* remove removenss pageMark Hymers2002-05-022-13/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed glibc-2.0 workarounds, removed export...unset constructs and ↵Gerard Beekmans2002-05-011-2/+1
| | | | | | replaced with var=varu ./configure constructs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added better notes regarding needed patches (gcc note was missing as well as ↵Gerard Beekmans2002-05-013-2/+11
| | | | | | kbd, findutils was present but updated) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 326] added libexecdir=/usr/bin to the make command for fileutils to fix ↵Marc Heerdink2002-04-261-2/+2
| | | | | | a wrong libexecdir path in updatedb git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added note that /usr/lib/locale must be created before you manually install ↵Gerard Beekmans2002-04-251-1/+4
| | | | | | locales git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed some minor typosMarc Heerdink2002-04-213-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* various fixesGerard Beekmans2002-04-194-18/+22
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* grammar fixesGerard Beekmans2002-04-191-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added space between number and KB/MBGerard Beekmans2002-04-191-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed the part in which we tell that make install isn't usedGerard Beekmans2002-04-061-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1804 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added instructions how you can compile keymap directly into the kernelGerard Beekmans2002-04-051-0/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added commands to remove the ()/usr/*-gnu directoryGerard Beekmans2002-04-051-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added three symlinks to groff installation to make programs like xman work ↵Gerard Beekmans2002-04-033-1/+15
| | | | | | properly git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* finished e2fsprogs install with a install-info to update the ↵Gerard Beekmans2002-04-031-1/+2
| | | | | | /usr/share/info/dir file git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed installation instructions so that chapter 06-bzip2 is compiled ↵Gerard Beekmans2002-04-031-2/+2
| | | | | | properly with PIC on all object files (switch make and make -f Makefile-libbz2_so) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added the warning that gawk's make uninstall will do a rm -rf /usr/bin/* if ↵Gerard Beekmans2002-04-011-0/+10
| | | | | | the libexec dir override is applied git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bugs 44, 64 and 320Mark Hymers2002-03-293-28/+3
| | | | | | | | | Update to: diffutils-2.8, modutils-2.4.15, vim-6.1 See chapter01/changelog.xml for details of changes to install procedures (only diffutils and vim instructions were changed; modutils is same) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix typo in directory nameMark Hymers2002-03-281-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added rm /bin/bzless /bin/bzmoreGerard Beekmans2002-03-211-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix up + note removal of /lib and /usr/lib from ld.so.confGerard Beekmans2002-03-211-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* no cd necessaryGerard Beekmans2002-03-171-4/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --libexecdirGerard Beekmans2002-03-162-3/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added sed's for gawk install to change datadir and libexecdir definitionsGerard Beekmans2002-03-161-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* moved libmisc.*a to /usr/lib tooGerard Beekmans2002-03-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* upgraded to bison-1.34, gettext-0.11.1, shadow-4.0.3, grep-2.5Gerard Beekmans2002-03-153-9/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added rm /usr/bin/bz* to chapter06/bzip2 installationGerard Beekmans2002-03-111-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* new lfs-packagesGerard Beekmans2002-03-111-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added chapter06/config-keyboard.xmlGerard Beekmans2002-03-102-0/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* moved man.conf file to /etcGerard Beekmans2002-03-091-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* provided some notes regarding the 'make' phase's questionsGerard Beekmans2002-03-091-0/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed note that older autoconf/automake are needed for KDEGerard Beekmans2002-03-092-10/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added gawk filesGerard Beekmans2002-03-092-0/+24
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to the followingGerard Beekmans2002-03-095-53/+12
| | | | | | | | | | packages: autoconf-2.53, automake-1.6, bin86-0.16.2, bison-1.33, bzip2-1.0.2, e2fsprogs-1.27, gawk-3.1.0, gettext-0.11, less-374, lilo-22.2, linux-2.4.18, man-pages-1.48, modutils-2.4.14, reiserfsprogs-3.x.1b, shadow-4.0.2, texinfo-4.1, util-linux-2.11o git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added /opt/libGerard Beekmans2002-03-091-3/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added class attribute for filename tag containing a directory nameGerard Beekmans2002-03-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* change of msgfmt description to be more accurateGerard Beekmans2002-03-061-4/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 251] fix commentMark Hymers2002-03-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* xml fixesGerard Beekmans2002-03-052-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed /lib and /usr/lib from ld.so.conf, updated explanation of the file's ↵Gerard Beekmans2002-03-051-10/+12
| | | | | | usage git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1662 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* better explanation for the *.so symlinks in /usr/libGerard Beekmans2002-03-041-3/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added commands to remove setgid kmem from /usr/bin/makeGerard Beekmans2002-02-273-1/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix bad typoGerard Beekmans2002-02-201-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* spelling correctionsMark Hymers2002-02-142-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a sed command to chapter 6-gzip to change the hard-codedGerard Beekmans2002-02-101-0/+2
| | | | | | | /usr/bin/gzip path to /bin/gzip git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved additional programs to the ($LFS)/bin directory that are used by theGerard Beekmans2002-02-103-5/+6
| | | | | | | bootscripts git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* spelling / phrasing fixesMark Hymers2002-02-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1547 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* slight change to make it more pleasant to type outGerard Beekmans2002-02-021-3/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689