aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed no longer needed set +h.Greg Schafer2003-09-151-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changing a few it's to its, and fixing other typos.Alex Gronenwoud2003-09-141-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add symlink /usr/lib/libgcc_s.so.1 to allow gcc abi_check to run. Future ↵Greg Schafer2003-09-141-0/+1
| | | | | | NPTL needs this as well. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* compilation error fix - last one!James Robertson2003-09-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* compilation error fixJames Robertson2003-09-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* compilation error fixJames Robertson2003-09-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added PLFS hint text to the page in Chapter 6 for creating passwd and group: ↵James Robertson2003-09-141-18/+24
| | | | | | bug 596. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed mention of INSTALL=... from the text. It was removed from the ↵Gerard Beekmans2003-09-121-5/+1
| | | | | | command yesterday git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed /usr/lib/locale directory creation - it's created during Chapter 6 - ↵Gerard Beekmans2003-09-121-1/+0
| | | | | | Glibc where it's more relevant. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed LILO and Bin86. Replaced them with GrubGerard Beekmans2003-09-117-80/+49
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor textual and command changes from lfs-devJeremy Utley2003-09-114-10/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fixGerard Beekmans2003-09-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Dropped non-toolchain tests to optionalJeremy Utley2003-09-1122-25/+75
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added bison attribute patch to fix compilation of pwlibJeremy Utley2003-09-111-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added Greg's patch to GCC to suppress libiberty, and allowed binutils' ↵Jeremy Utley2003-09-112-10/+4
| | | | | | libiberty to stay git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2767 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed nasty typo referring to /stage1/lib/locale in chapter 6 glibcJeremy Utley2003-09-101-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed minor typos in the instructions, and corrected the download URL for ↵Jeremy Utley2003-09-101-1/+1
| | | | | | util-linux. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed installation of gcc 2.95.3 c++ compiler, added Zack's patch to fix ↵Jeremy Utley2003-09-101-7/+2
| | | | | | the return-type problem git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added minimum locales necessary for testsJeremy Utley2003-09-091-1/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed zlib cflags mungingJeremy Utley2003-09-091-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed reference to static directory in Chapter 6 introductionMatthew Burgess2003-09-061-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2747 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor typosJeremy Utley2003-09-061-7/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected text for gcc chapter 6 cpp symlinksJeremy Utley2003-09-061-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Eliminated creation of /usr/tmpJeremy Utley2003-09-051-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed small typo in mountproc.xmlJeremy Utley2003-09-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added mounting the devpts filesystem into the new LFS partitionJeremy Utley2003-09-051-7/+26
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a note when mounting the proc filesystem regarding checking to ensure ↵Jeremy Utley2003-09-051-0/+5
| | | | | | it's still mounted if you stop and restart git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected text in gzip instructions - proper explanation of the reason for ↵Jeremy Utley2003-09-051-3/+3
| | | | | | the sed command - Bug 551 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed instruction to delete /bin/pwd symlink from kernel-headers install ↵Matthew Burgess2003-09-031-3/+0
| | | | | | in chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjusting the actual SBUs.Alex Gronenwoud2003-09-024-0/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Renaming /stage1 to /tools.Alex Gronenwoud2003-09-0210-31/+31
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding reminder to unpack Linuxthreads.Alex Gronenwoud2003-09-011-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a note to groff regarding A4 vs letterJeremy Utley2003-09-011-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added Shadow newgrp fix from GregJeremy Utley2003-09-011-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2714 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added --disable-whois --disable-servers to InetutilsJeremy Utley2003-08-311-1/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2713 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding more missing markup, and rewording a few paragraphs.Alex Gronenwoud2003-08-318-45/+44
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added user and group nobody for coreutils testsJeremy Utley2003-08-311-2/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Small retouches of the text. Wrapping 'last checked' in parentheses.Alex Gronenwoud2003-08-313-5/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected location for the patch in chapter 6 GlibcJeremy Utley2003-08-301-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* New patch for GCC's fixincludes.Jeremy Utley2003-08-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added sscanf patch to Glibc instructions and download page.Jeremy Utley2003-08-301-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated GCC to 3.3.1 with Zack's mini-hintJeremy Utley2003-08-301-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2700 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed previous bash alteration, which will instead be converted into a hint.Jeremy Utley2003-08-301-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removing unused Netkit-base files.Alex Gronenwoud2003-08-292-41/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2697 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding some missing markup, and changing remaining /static's to /stage1's.Alex Gronenwoud2003-08-295-11/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Putting text before the 'make check's, and smoothing the other lines.Alex Gronenwoud2003-08-2946-170/+218
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note to Bash regarind interactive vs non-interactive shell invocationJeremy Utley2003-08-291-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adding a forgotten backslash in the re-adjustment sed command.Alex Gronenwoud2003-08-281-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixing some typos, adding a little markup, and other random retouches.Alex Gronenwoud2003-08-281-9/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updating chapter 6 Binutils and Gcc installation text.Alex Gronenwoud2003-08-282-25/+35
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689