aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
Commit message (Collapse)AuthorAgeFilesLines
* added commands to remove the ()/usr/*-gnu directoryGerard Beekmans2002-04-052-1/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --disable-nls to diffutils installGerard Beekmans2002-04-041-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --disable-nls to diffutils installGerard Beekmans2002-04-041-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* before mounting /proc, chown root.root it firstGerard Beekmans2002-04-031-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1788 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* shortened the kernel installation instructionsGerard Beekmans2002-04-032-20/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1781 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-292-7/+2
| | | | | | | | | 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
* no cd necessaryGerard Beekmans2002-03-171-8/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* undo last changeGerard Beekmans2002-03-172-6/+24
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Shortened the kernel install in chapter 5Gerard Beekmans2002-03-172-24/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* change tabs to   (x3)Gerard Beekmans2002-03-161-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --libexecdirGerard Beekmans2002-03-161-2/+4
| | | | 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-2/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed loadkeys configure in chapter 7Gerard Beekmans2002-03-111-1/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed gawk installation location to match alphabetGerard Beekmans2002-03-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1700 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-36/+2
| | | | | | | | | | 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 note to ignore warning about make not set setgid and kmemGerard Beekmans2002-03-061-0/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fixesGerard Beekmans2002-03-062-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* xml fixesGerard Beekmans2002-03-052-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed /usr/var and /usr/local/var dirsGerard Beekmans2002-03-011-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1655 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed spurious 'from'Gerard Beekmans2002-03-011-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* explained why we mkdir ../binutils-buildGerard Beekmans2002-02-261-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added note that warning about 'su' is safe to ignoreGerard Beekmans2002-02-201-0/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted dep updateGerard Beekmans2002-02-171-2/+2
| | | | | | | added mv chroot ../sbin to chap5-shutils git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* spelling correctionsMark Hymers2002-02-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* remove extra &&Mark Hymers2002-02-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed some typo'sMarc Heerdink2002-02-112-19/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed 'su' - not installed here due to lack or root privsGerard Beekmans2002-02-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1564 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
* [Bug 269] remove irrelevant textMark Hymers2002-02-071-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* spelling / phrasing fixesMark Hymers2002-02-051-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1547 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* export CC...doesn't work here (should've tested it beforeGerard Beekmans2002-02-021-3/+1
| | | | | | | committing...sorry) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed bzip2's instructions to "export CC...make...unset CC" instead ofGerard Beekmans2002-02-021-1/+3
| | | | | | | "make CC=..." git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1537 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted that you need to be root to run the ln command to create libcurses.aGerard Beekmans2002-02-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* explained why we cp+rm during gzip installGerard Beekmans2002-02-022-0/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* no need for <screen> tags in fileutils explanationGerard Beekmans2002-01-311-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added && at the enf of the adduser commandGerard Beekmans2002-01-311-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix explanationMark Hymers2002-01-301-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1520 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 270] Fixed the commands to install the kernel header filesMarc Heerdink2002-01-302-5/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 242] patch 2.5.4 needs -D_GNU_SOURCE on PPCMark Hymers2002-01-303-1/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rephrased a bitGerard Beekmans2002-01-301-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 196] ch5-kernel make mrproper explanationMark Hymers2002-01-301-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 261] Removed the --libexecdir configure option from fileutils' ↵Marc Heerdink2002-01-302-6/+1
| | | | | | configure flags git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 258] More packages suggest seperate build dirMark Hymers2002-01-301-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed the "#!/bin/sh" lineGerard Beekmans2002-01-271-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* minor layout change (<<"EOF" to << "EOF")Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* minor layout change (cat >~filename -> cat > ~filename)Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed "chown lfs $LFS" to "chown -R lfs $LFS"Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689