aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02
Commit message (Collapse)AuthorAgeFilesLines
* Moved Host System Requirements to Chapter 2Bruce Dubbs2016-05-163-4/+249
| | | | | | | | and made minor editorial changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11061 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to file-5.27. Bruce Dubbs2016-05-151-3/+4
| | | | | | | | | | Updated to man-pages-4.06. Updated to linux-4.5.3. Updated to perl-5.22.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to gmp-6.1.0. Bruce Dubbs2015-12-031-1/+5
| | | | | | | | | Clean up Eudev configure options. Update host requirements to require GCC-4.7 or later. Clarify that setting and using the LFS variable assumes the bash shell. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10974 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* TyposBruce Dubbs2015-10-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revise version-check.sh to flag bad /bin/sh symlinksBruce Dubbs2015-10-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reemphasize that /mnt/lfs needs to be set for rootBruce Dubbs2015-09-301-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* SpellingBruce Dubbs2015-09-041-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust discussion of LFS envronment variable to be before first use.Bruce Dubbs2015-03-312-11/+5
| | | | | | | | Use --with-glibc-version=2.11 in gcc-pass1. Update to dejagnu-1.5.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use an entity for BLFS URL's.Krejzi2015-01-231-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix BLFS links (remove double forward slash) from creatingpartition.xml.Krejzi2014-09-091-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tag LFS-7.6-rc1Bruce Dubbs2014-09-081-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move sed to be after acl. Bruce Dubbs2014-08-031-3/+3
| | | | | | | | | Remove reference to obsolete /proc/ksyms in modules boot script. Change internal references to svn to an entitiy. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Text changes:Bruce Dubbs2014-06-112-0/+51
| | | | | | | | | | | Move about LFS to Chapter 2. Add intor to Chapter 4. Explain why specific symlinks are needed in Chapter 6. Remove obsolete reference to old glibc version. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates for eudevBruce Dubbs2014-03-071-1/+1
| | | | | | | Minor text changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Enable building sulogin in util-linux.Bruce Dubbs2013-12-081-1/+1
| | | | | | | | Supress installing sysvinit's sulogin. Several text updates from Chris Staub. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Expand discussion of file system types andBruce Dubbs2013-05-202-18/+44
| | | | | | | make ext4 the example LFS partition type git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change all refereces to hda to sdaBruce Dubbs2013-03-242-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove trailing whitespace from all files.Matthew Burgess2013-02-111-19/+19
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Lots of spelling fixes.Bruce Dubbs2012-08-291-1/+1
| | | | | | | Delete the no longer used lsb-bootscripts directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor grammar/style changesBruce Dubbs2012-08-231-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9957 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update glibc text removing noatime mount Bruce Dubbs2012-08-221-3/+3
| | | | | | | caution and adding text regarding test issues. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a note in section abput partitioning aboutBruce Dubbs2012-02-231-0/+9
| | | | | | | advanced techniques (e.g. RAID and LVM). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typoMatthew Burgess2011-10-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9643 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust minimum partition size recommendationsBruce Dubbs2011-10-271-5/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9642 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced deprecated w3.org XInclude throughout the bookBruce Dubbs2010-04-211-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a few typos. Fixes #2618. Thanks to Chris Staub for the patch.Matthew Burgess2010-03-272-6/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Another typoBruce Dubbs2010-02-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9194 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* TypoBruce Dubbs2010-02-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a discussion about disk partitioningBruce Dubbs2010-02-181-0/+85
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Commented out "LFS next to existing hints" until its viability can be ↵Gerard Beekmans2009-05-281-4/+14
| | | | | | established. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected the instruction to untar the E2fsprogs tarball in Section 2.3, ↵Randy McMurchy2008-10-071-1/+1
| | | | | | thanks to William Immendorf for pointing out the error git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to E2fsprogs-1.40.5. Fixes #2138.Matthew Burgess2008-02-071-7/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rewording so that a colon can be comfortably added to lead in to a command, ↵Ken Moffat2007-06-241-4/+4
| | | | | | to help people using screen readers. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8173 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated book sources to use DocBook-XML DTD 4.5Manuel Canales Esparcia2007-03-215-10/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed typo in ext3 featuresDan Nichilson2006-08-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Ported updates from 6.2 branch.Manuel Canales Esparcia2006-08-032-3/+14
| | | | | | Small tags fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a typo in chapter 2Matthew Burgess2006-06-191-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Specify the filesystem type when mounting.Archaic2006-05-301-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7639 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor rewording, also removes unnecessary visible whitespace.Ken Moffat2006-05-081-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove unnecessary whitespace.Ken Moffat2006-05-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move to ext3, resolves #1792.Ken Moffat2006-05-071-4/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed typography convections.Manuel Canales Esparcia2006-04-142-12/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Indented chapter 02.Manuel Canales Esparcia2006-01-115-124/+139
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix bug 1674 by removing the incorrect -v flag from the mkswap commandMatthew Burgess2006-01-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7240 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add -v to commands that accept itMatthew Burgess2005-09-292-12/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* More nodump roles for mounting in chapter 2Jeremy Huntwork2005-09-101-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding 'nodump' roles to two partiton-related commands in chapter 2Jeremy Huntwork2005-09-101-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added dump-commands.xsl.Manuel Canales Esparcia2005-08-291-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor typo and grammar fixes (Chris Staub)Matthew Burgess2005-07-091-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Brought (hopefully) all references of man/info pages into conformity. ↵Archaic2005-07-041-2/+2
| | | | | | Updated typography to reflect this. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689