aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a reference to the kernel-configuration hintBruce Dubbs2009-05-291-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update grub make instruction to ensure all checks pass.Bruce Dubbs2009-05-281-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed inaccurate changelog entry.Gerard Beekmans2009-05-281-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Commented out "LFS next to existing hints" until its viability can be ↵Gerard Beekmans2009-05-281-0/+6
| | | | | | established. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update build sizes and SBU times for all packagesBruce Dubbs2009-05-271-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert zlib to doing separate builds forBruce Dubbs2009-05-272-1/+8
| | | | | | | | static and dynamic libraries to ensure the -fPIC parameter is set properly in both cases. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update gettext patch to -2 for an additional bug fixBruce Dubbs2009-05-271-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Split the Linux API Headers index terms into individual entries rather than ↵Gerard Beekmans2009-05-271-0/+7
| | | | | | one long line. Fixes excessive long lines in the Index. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8930 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update Chapter 5 glibc wording concerning localesBruce Dubbs2009-05-271-7/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed .From Power Up To Bash Prompt. reference. Fixes #2409.Gerard Beekmans2009-05-271-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to GMP-4.3.1.Bruce Dubbs2009-05-251-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various edits. Update glibc to fix a make check error.Bruce Dubbs2009-05-252-1/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removal of old sponsors that are no longer active and/or applicable.Gerard Beekmans2009-05-241-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various edits, some addressing #2092 and #2326.Gerard Beekmans2009-05-243-13/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor textual edit to make the livecd versions explanation a bit more clearer.Gerard Beekmans2009-05-241-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarified the interprtation of test results in GMP.Bruce Dubbs2009-05-231-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed redundencies in ncurses.Bruce Dubbs2009-05-231-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various minor text changes.Bruce Dubbs2009-05-231-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change the bootsripts and udev configuration so the rtc is set by udev upon ↵Bruce Dubbs2009-05-231-0/+7
| | | | | | | | | boot. Removed aio device from udev configuration so defaults are used. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8902 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Expand package management discussion and add a section Bruce Dubbs2009-05-231-0/+5
| | | | | | | on deploying an LFS system to another host. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Shorten the linker adjustment command in chapter 6. Fixes #2404.Matthew Burgess2009-05-231-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8900 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Shadow-4.1.4.1. Fixes #2408.Matthew Burgess2009-05-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8899 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.10.1. Fixes #2401.Matthew Burgess2009-05-232-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.29.4. Fixes #2402.Matthew Burgess2009-05-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Automake-1.11. Fixes #2400.Matthew Burgess2009-05-232-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add GDBM as a pre-requisite for Man-DB. Fixes #2298.Matthew Burgess2009-05-232-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add upstream Bash patches. Fixes #2397.Matthew Burgess2009-05-231-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* In chapter07/symlinks.xmlBruce Dubbs2009-05-181-0/+6
| | | | | | | | | Changed /etc/udev/rules.d/ to /lib/udev/rules.d/ in two places. Updated the blfs link to point to view/svn/postlfs/devices.html In chapter06/gzip.xml, added a sed to fix zdiff git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Ignore error in ifdown script when determining statusBruce Dubbs2009-05-171-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add gettext upstream patchBruce Dubbs2009-05-172-1/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add optimization (-O3 and -pipe) to glibc in Chapter 6Bruce Dubbs2009-05-171-0/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove reference to watch program notBruce Dubbs2009-05-171-0/+7
| | | | | | | | | supporting UTF-8 locales in the Bash Sheel Startup Files section. Fixes #2310. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct bootstrap explanation in gcc sections. Thanks to Chris Staub.Bruce Dubbs2009-05-171-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add an explanation about using the barrier option in fstab. Fixes #2318.Bruce Dubbs2009-05-171-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add zlib-1.2.3-fPIC-1.patch which allowsBruce Dubbs2009-05-172-0/+10
| | | | | | | | | | building static and dynamic libraries in one step. Also moved the libraries to /usr/lib. Fixes ticket #2329. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update bzip2 installation to install relative symbolic linksBruce Dubbs2009-05-161-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add creation of /etc/modprobe.conf to stop ohci_hcd & uhci_hcd from being ↵Matthew Burgess2009-05-161-0/+7
| | | | | | loaded before ehci_hcd. Fixes #2280. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-142. Fixes #2395.Matthew Burgess2009-05-161-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8875 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Shadow-4.1.4. Fixes #2394.Matthew Burgess2009-05-161-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Psmisc-22.7. Fixes #2392.Matthew Burgess2009-05-162-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8873 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Procps-3.2.8. Fixes #2393.Matthew Burgess2009-05-162-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Resolve several man-db encodoing configuration issues. Fixes #2298.Matthew Burgess2009-05-161-0/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Tcl-8.5.7. Fixes #2385.Matthew Burgess2009-05-101-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Shadow-4.1.3.1. FIxes #2382.Matthew Burgess2009-05-101-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Sed-4.2. Fixes #2389.Matthew Burgess2009-05-102-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Module-Init-Tools-3.8. Fixes #2381.Matthew Burgess2009-05-102-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-pages-3.21. Fixes #2384.Matthew Burgess2009-05-101-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to M4-1.4.13. Fixes #2377.Matthew Burgess2009-05-102-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.29.3. Fixes #2374.Matthew Burgess2009-05-101-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Less-429. Fixes #2380.Matthew Burgess2009-05-102-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689