aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
* 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
* removed the compress symlinkGerard Beekmans2002-02-021-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* instead of sed'ing the config.make file, create a configparms file withGerard Beekmans2002-02-012-14/+8
| | | | | | | 'cross-compiling = no' as contents git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1524 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added chown for /lost+found if the fs has itGerard Beekmans2002-01-301-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed patch CPPFLAGS part to match how it's done with for exampleGerard Beekmans2002-01-301-1/+3
| | | | | | | chapter5/sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 242] patch 2.5.4 needs -D_GNU_SOURCE on PPCMark Hymers2002-01-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 261] Removed the --libexecdir configure option from fileutils' ↵Marc Heerdink2002-01-301-2/+1
| | | | | | configure flags git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 245] Added a symlink from vipw to vigrMarc Heerdink2002-01-302-1/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 258] More packages suggest seperate build dirMark Hymers2002-01-302-2/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689