Commit Graph

938 Commits

Author SHA1 Message Date
Greg Schafer
311e8a52ee Chapter 6 - Sysvinit: Simplified the sed to demonstrate yet another sed variation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-18 03:25:40 +00:00
Jeremy Utley
5a4b3da022 Changed Perl Chapter 6 commands to fix perldoc less invocation issue - closes bug 718
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-17 08:32:34 +00:00
Greg Schafer
554b3660c9 Chapter 6 - Texinfo: Added note about how to recreate the /usr/share/info/dir file if needed. Closes Bug 485.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-17 04:03:27 +00:00
Greg Schafer
6eb73f0a9c Removed unnecessary Ncurses Vsscanf Patch. Closes Bug 704.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 03:38:52 +00:00
Gerard Beekmans
bfbadb4c1a Condensed the four libexecdir related changelog entries into one entry
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 02:43:31 +00:00
Gerard Beekmans
3cc219ec44 *** empty log message ***
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 01:56:55 +00:00
Gerard Beekmans
33b85af1e5 Remove Changelog entry about Inetutils libexecdir change -- was reverted
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 01:44:57 +00:00
Gerard Beekmans
cbb49cd705 Chapter 6 - Inetutils:
Changed --libexecdir option from /usr/sbin to /usr/lib. Partially fixes Bug
#678.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 01:19:21 +00:00
Gerard Beekmans
ea8d5e7f04 Changed Chapter 6 - Gawk's --libexecdir option from /usr/bin to /usr/lib/gawk. Partially fixes Bug #678
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 01:05:15 +00:00
Gerard Beekmans
d62e3569ee Changed Chapter 6 - Findutils --libexecdir from /usr/bin to /usr/lib/locate
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 00:58:05 +00:00
Gerard Beekmans
bdb2a6b616 Re-adde --libexecdir to Chapter 6-Glibc. The destination is supposed to be /usr/lib not /usr/libexec
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 00:49:22 +00:00
Greg Schafer
5e3342002d Stopped moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir. Closes Bug 679.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 00:45:58 +00:00
Gerard Beekmans
4118a52bbf Remove --libexecdir option. Partially fixes Bug #678
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3091 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-15 00:22:14 +00:00
Greg Schafer
638a816e6a Added command to create /etc/default directory to allow the -D option of useradd to work properly.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3090 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 23:54:33 +00:00
Greg Schafer
2b07134fa8 Pruned the number of "kill" binaries installed. Use the one from Procps. Partially addresses Bug 307.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3089 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 22:54:43 +00:00
Greg Schafer
8ffb41edae Chapter 6 - Ed: Streamlined build commands. Closes Bug 693.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3086 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 03:02:50 +00:00
Greg Schafer
f47c6b77ec Upgraded to Perl-5.8.2 and streamlined build commands for Perl\'s Chapter 5 static extensions. Closes Bug 690.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3085 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 02:15:57 +00:00
Gerard Beekmans
714cc0cdff Upgraded to lfs-utils-0.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3084 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 02:02:06 +00:00
Gerard Beekmans
9fdf667cda Upgraded to man-pages-1.62
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3083 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-14 01:43:58 +00:00
Gerard Beekmans
86c8901b47 Typo fix (pach->patch)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3082 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 23:22:19 +00:00
Alex Gronenwoud
0ba2766b69 Creating a system-wide vimrc file, as suggested by Greg.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 22:30:39 +00:00
Gerard Beekmans
6af9152327 Fix changelog.xml tag usage
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 20:17:05 +00:00
Gerard Beekmans
070fa015b6 Split up Greg's changelog on two subjects into two different entries. Renamed GCC no_fixincludes-2.patch to no_fix-includes-1.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 15:25:10 +00:00
Greg Schafer
0feb3d2d79 Fix Typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 06:19:49 +00:00
Greg Schafer
28acf75556 Upgraded to Autoconf-2.58, Automake-1.7.9, File-4.06, Modutils-2.4.26, Procps-3.1.4 and Sed-4.0.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-13 06:08:33 +00:00
Greg Schafer
bc827b3954 Upgraded to GCC-3.3.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-12 22:55:28 +00:00
Gerard Beekmans
388f9b7f90 Remove reference how to contact me (Gerard) personally.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3070 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-12 06:44:53 +00:00
Greg Schafer
bf8e8bf049 Fix typo. Closes Bug 712
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-12 06:42:40 +00:00
Gerard Beekmans
19a8a8bdda Start with an empty Changelog
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-12 06:12:12 +00:00
Alex Gronenwoud
5763f6758e Fixing some tiny typos, and rephrasing a few more lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-03 22:47:39 +00:00
Alex Gronenwoud
dec4b0a901 Removeing the 'last checked' lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-11-02 12:22:50 +00:00
Greg Schafer
65e5785c1e Strengthened the seds in "Locking in Glibc" and "Re-adjusting the toolchain" sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-29 02:17:47 +00:00
Greg Schafer
0eb0afb41d Chapter 2: Disabled section about dependencies for now.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-28 02:52:14 +00:00
Greg Schafer
ec0a924df9 Chapter 6 - Glibc: Added command to create /etc/ld.so.conf to match Chapter 5 Glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-27 00:41:21 +00:00
Greg Schafer
d169cd390a Fix Bruce\'s email address.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-26 23:46:07 +00:00
Greg Schafer
066907abcf Minor fixes reported on lists
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-26 23:39:34 +00:00
Alex Gronenwoud
2861878994 Small retouches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-26 22:22:59 +00:00
Alex Gronenwoud
323ef7403a Changing dependencies to the short format, based on Tushar's post.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-24 17:29:01 +00:00
Alex Gronenwoud
7f1fcd89bb Adding several cross reference tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-24 17:28:42 +00:00
Gerard Beekmans
a92249f003 Changed /etc/lfs to /etc/lfs-release
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-23 15:15:46 +00:00
Alex Gronenwoud
360e2c43cd Adding some markup and doing miscellaneous shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-22 22:26:46 +00:00
Gerard Beekmans
7e55cc4110 Changelog entry for aboutdependencies.xml addition
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3027 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-22 20:13:35 +00:00
Gerard Beekmans
1a38cda977 Typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-20 22:10:31 +00:00
Greg Schafer
821f799640 Chapter 9: Reworked final strip command. Relocated paragraphs about directory removal from Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-16 01:02:39 +00:00
Alex Gronenwoud
f2243a5502 Mixed modifications.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-15 22:39:38 +00:00
Greg Schafer
e3a72b120b Expand Grub details and add a warning.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-15 08:31:59 +00:00
Greg Schafer
a9103442e0 Chapter 9 - Rebooting the system: Reworked umount commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-14 06:12:00 +00:00
Alex Gronenwoud
c5194aac19 Cleaning up basic-net and some entities.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-13 22:32:17 +00:00
Greg Schafer
a6505d97a1 Miscellaneous small fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2975 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-13 06:10:04 +00:00
Greg Schafer
1b62790af7 Add clarifying notes for Chapter 5 test suites of Tcl, Expect and Gettext.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-13 00:44:44 +00:00
Alex Gronenwoud
313e096081 Correcting the working dir, readding a lost paragraph, and alphabetizing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-11 12:02:35 +00:00
Alex Gronenwoud
1668d8e3f7 Adding some markup, and other brush-ups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-11 10:51:08 +00:00
Gerard Beekmans
918f14f4f0 Upgraded to lfs-bootscripts-1.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-10 02:17:37 +00:00
Greg Schafer
4e7792e821 Final stage of internal markup reworking.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-10 00:10:04 +00:00
Greg Schafer
27d9bc1ab5 More internal markup reworking.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 23:45:11 +00:00
Greg Schafer
21ba4e3570 Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 23:22:07 +00:00
Alex Gronenwoud
51c7e26fb0 Minor brush-ups, and splitting the basic-net section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 22:35:55 +00:00
Greg Schafer
c1e4223cca Minor tag placement tweaks in preparation for potential mass substitution.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-09 06:41:47 +00:00
Alex Gronenwoud
4b8a4262c0 Updating the changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 22:30:52 +00:00
Alex Gronenwoud
b51f4a5df5 Removing some dead-wood entities.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 22:30:38 +00:00
Greg Schafer
76b9eb4d79 Typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-08 04:37:32 +00:00
Jeremy Utley
0aa9e1bf01 OOps - forgot to do the changelog
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 22:35:17 +00:00
Jeremy Utley
51c41b193e Added a note in chapter 1 regarding the LFS-Support IRC channel
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 17:31:23 +00:00
Greg Schafer
cd40510a8f Preface: Add note about the Essential Pre-Reading Hint. Closes Bug 585.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 10:39:55 +00:00
Greg Schafer
f57e3d1ad9 Rearrange "How things are going to be done" section. Simplify seds in "Locking in Glibc" and "Re-adjusting the toolchain" sections. Miscellaneous other fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-07 00:41:12 +00:00
Greg Schafer
98c95f5392 Chapter 5: Add new section "Toolchain technical notes". Integrate and scale back the old "Why we use static linking" section. Closes Bug 658.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-06 04:00:40 +00:00
Alex Gronenwoud
5765b1dfab Minor tweaks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2925 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-05 21:51:26 +00:00
Alex Gronenwoud
022d450a6d Dropping the old part of the changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-05 12:57:49 +00:00
Alex Gronenwoud
35c2fa60b9 More miscellaneous adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-04 10:19:10 +00:00
Greg Schafer
1e66abe82d Chapter 5 - Binutils Pass 1: Add extra LDFLAGS to ensure static rebuild of ld. Add some clarifying notes re package directory removal and POSIX shared memory.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-04 02:55:49 +00:00
Greg Schafer
318e3c8587 Chapter 6: Reinstate INSTALL=/tools/bin/install for linker adjustment command. Also remove now redundant install symlinks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2915 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-02 01:14:47 +00:00
Greg Schafer
d5d57b1660 Chapter 6 - Shadow: Enable MD5 passwords. Closes Bug 600.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-10-01 23:57:04 +00:00
Alex Gronenwoud
defc168503 Miscellaneous adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-30 22:42:51 +00:00
Greg Schafer
4fa86d1ec8 Chapter 5 - Glibc: Add notes regarding test suite issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-29 06:08:10 +00:00
Greg Schafer
289dc1c83f Entities cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-28 11:24:52 +00:00
Greg Schafer
1d2523f3dc Remove files no longer used from Chapter 1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2900 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-28 09:52:59 +00:00
Greg Schafer
3c3cea4c22 URL cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2899 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-28 09:21:59 +00:00
Greg Schafer
3985670150 Appendix A and Entities cleanup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-27 12:20:21 +00:00
Greg Schafer
6a616bc4cf Add DejaGnu to Appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-27 09:12:02 +00:00
Jeremy Utley
76af89aa56 updated changelog and entity file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-26 06:00:19 +00:00
Greg Schafer
dcca0293c2 Final batch of fixes for Bug 675 - missing command descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-25 02:42:16 +00:00
Greg Schafer
c9fb357ffd Remove the nobody user and group.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-24 10:26:20 +00:00
Alex Gronenwoud
77f9604a83 Putting several tiny sections in chapter 1 into one.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 23:00:12 +00:00
Alex Gronenwoud
3993087cc1 Correcting a few spelling mistakes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2873 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 22:59:59 +00:00
Greg Schafer
e683065ebe Chapter 8 - Creating the /etc/fstab file: Made mounting devpts the default.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 06:27:36 +00:00
Jeremy Utley
94cb9c2250 Added net-tools patch to fix mii-tool compilation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 04:13:09 +00:00
James Robertson
255504f783 Chapter 5 - Updated the Why Static page to more accurately represent the difference between statically and dynamically linked binaries. Thanks to Ian Molton for point this out. Fixes Bug 602. Updated bookinfo with this year in copyright.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-23 02:27:47 +00:00
Jeremy Utley
7e52d2be99 removed make cmd from DejaGNU installation, as it does nothing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 19:07:47 +00:00
Jeremy Utley
b02848e688 Removed the -k from TCL's make check
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 19:03:48 +00:00
Jeremy Utley
1ea50a5cd0 Changed the pointer to the man hint to a reference to BLFS instead
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 18:52:57 +00:00
Jeremy Utley
f4231a262a Removed checks from patch and diffutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 18:12:14 +00:00
Greg Schafer
3aa9774abc Chapter 5 - Setting up the environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to .bash_profile to stop accidental build breakge.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-22 07:50:14 +00:00
Greg Schafer
638a39cb6a Small text rearrangement in Chapter 1 - how.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 08:03:23 +00:00
Greg Schafer
39dbad2e34 s/testsuite/test suite/
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 07:31:01 +00:00
Greg Schafer
dc19fb6e8e Chapter 5 - GCC Pass 2: Updated to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-21 01:40:43 +00:00
Jeremy Utley
a3e3143ddb Corrected bash use of +h tag
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-19 22:24:19 +00:00
James Robertson
05ca7842e0 Various updates to the acknowledgements page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-19 15:01:00 +00:00
Jeremy Utley
db7ac2fe79 added some extra comments regarding the 3 gcc tarballs in chapter 5 gcc pass 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 17:13:09 +00:00
James Robertson
03a3b54ae7 Updated the acknowledgements page to match the website.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 16:49:53 +00:00
James Robertson
42fd7b3431 formatting, url and other typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2842 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 03:11:04 +00:00
James Robertson
ffc7dcffaf Third times a charm. Sorry.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 02:47:22 +00:00
Greg Schafer
caaf3432be Added rationale notes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 02:47:03 +00:00
James Robertson
8dfb486f7e Fixed some rendering errors.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 02:45:02 +00:00
James Robertson
d145512e20 Updated the acknowledgements page to match the website.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 02:37:22 +00:00
Jeremy Utley
708a9edf59 Upgraded to File 4.04
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-18 01:58:43 +00:00
Alex Gronenwoud
1e12b0b2dd Updating the changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 22:01:01 +00:00
Alex Gronenwoud
2ea93a3240 Normalizing the spelling of 'Tcl' and 'DejaGnu'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 22:00:37 +00:00
Jeremy Utley
e2bd9bf1ec Merged the bash --login and set +h directives
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 18:06:39 +00:00
Greg Schafer
d1391f0386 Do "make -C ld install" instead of "make -C ld install-data-local" to install a whole new linker instead of just the new ldscripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 09:57:52 +00:00
James Robertson
d329953e71 Updated to correct some entries in the changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2828 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-17 00:45:35 +00:00
Greg Schafer
1f536265dd Add sanity checks and some notes on the toolchain testsuites.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2825 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-16 07:28:26 +00:00
Greg Schafer
cfc98ea513 s/a LFS/an LFS/ as per list discussion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-16 03:17:52 +00:00
Greg Schafer
b41db65553 Remove inappropriate word as pointed out by Chris L.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2822 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-16 00:01:07 +00:00
Greg Schafer
f5ae45a66d Fix my errors in previous commit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-15 23:28:09 +00:00
Greg Schafer
1ce39f26fe Small text rearrangement.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2820 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-15 23:12:22 +00:00
Alex Gronenwoud
1e16325464 Correcting several typos and some inconsistencies.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-15 21:47:44 +00:00
James Robertson
6ebafb4dbc Fixed Linux kernel version typo. Closes bug 599.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-15 14:26:29 +00:00
Greg Schafer
aa5df960f1 Removed no longer needed set +h.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-15 00:23:04 +00:00
Alex Gronenwoud
a84e1e2e2c Adding a forgotten changelog entry.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 21:47:04 +00:00
Alex Gronenwoud
980599daa5 Changing a few it's to its, and fixing other typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 21:46:24 +00:00
Greg Schafer
0bf1ea9287 Add symlink /usr/lib/libgcc_s.so.1 to allow gcc abi_check to run. Future NPTL needs this as well.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 06:38:24 +00:00
James Robertson
b18ab71f13 Added PLFS hint text to the page in Chapter 6 for creating passwd and group: bug 596.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 03:57:26 +00:00
James Robertson
bdf5881ce6 Updated the How things are going to be done page to include more of the PLFS hint's text.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2804 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 03:09:34 +00:00
James Robertson
27a00d980f Merged whoread and whonotread into a since audience page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2803 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-14 02:11:20 +00:00
Greg Schafer
f05e373e8a Add new section about the test suites.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-13 10:22:12 +00:00
Greg Schafer
e668792fcb small textual rearrangement
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2799 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-13 04:43:13 +00:00
Greg Schafer
e5a93c8c33 first commit - woot! fix small spelling mistake
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-13 02:15:59 +00:00
Jeremy Utley
14ac074564 Added note regarding Ncurses --without-ada switch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 23:48:24 +00:00
Jeremy Utley
0e5a143a43 Added Gawk test to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 23:27:30 +00:00
Jeremy Utley
dac0f591d2 Added descriptions to grep configure switches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 23:16:54 +00:00
Gerard Beekmans
81314a51a5 Typo fix, Thanks Bill -- and why can't I group these three commits to the same file together?
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 20:55:46 +00:00
Gerard Beekmans
12fefbbb2d Typo fix, Thanks Bill
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 20:55:10 +00:00
Gerard Beekmans
99e8f736f8 Typo fix, Thanks Bill
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 20:54:53 +00:00
Gerard Beekmans
cc7e27a874 Overhaul on the text to match the current installation process
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 20:05:33 +00:00
Gerard Beekmans
24d62f287c Removed /usr/lib/locale directory creation - it's created during Chapter 6 - Glibc where it's more relevant.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 15:38:34 +00:00
James Robertson
b46ab4c17b Fixed Ch5 GCC Pass 2 specs patch text to be more vague, but in actuality more accurate - provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 02:40:25 +00:00
James Robertson
564768e74a Grammar fix in Ch5 Tcl install directions provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 01:53:12 +00:00
James Robertson
7064dafcab Small textual change in the Ch5 lockin Glibc page for /lib/ld.so.1 provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 01:50:14 +00:00
Jeremy Utley
156153409f Added Grub instructions for installing to MBR
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-12 00:47:51 +00:00
Gerard Beekmans
955533beaf Removed LILO and Bin86. Replaced them with Grub
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 21:35:35 +00:00
Jeremy Utley
0841437890 Dropped non-toolchain tests to optional
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 20:07:44 +00:00
Jeremy Utley
54df5b44ca Added bison attribute patch to fix compilation of pwlib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 18:42:16 +00:00
Jeremy Utley
8998cdef82 Added Greg's patch to GCC to suppress libiberty, and allowed binutils' libiberty to stay
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2767 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 18:21:18 +00:00
Jeremy Utley
72730c35f5 Added caution block around binutils keep source around instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 18:00:03 +00:00
Jeremy Utley
008e758cc6 Added Anderson's perl-libc-3 patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-11 05:23:00 +00:00
James Robertson
eb70a732af Fixed the findutils packge download link on the packages page closing bug 578.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-10 01:35:26 +00:00
Jeremy Utley
56029fbfe4 Removed installation of gcc 2.95.3 c++ compiler, added Zack's patch to fix the return-type problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-10 00:17:44 +00:00
Jeremy Utley
af1ed8a615 Added new coreutils patch to suppress the tests on hostname
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-09 21:33:23 +00:00
Jeremy Utley
431f48d1b8 Added some notes regarding failed tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-09 20:59:10 +00:00
Jeremy Utley
c825bdcb3e Added minimum locales necessary for tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-09-09 20:34:19 +00:00