aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
* added && after 'done' and set configure to mode 755Gerard Beekmans2001-09-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1222 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Noted that the latest versions may not work nicely with newer packagesGerard Beekmans2001-09-092-0/+10
| | | | | | | like KDE-CVS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* grammar fixGerard Beekmans2001-09-081-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* rewordedGerard Beekmans2001-09-081-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* seperated init.c's modification commandsGerard Beekmans2001-09-081-6/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1208 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --login to exec /bin/bashGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed hint-root entity to hints-rootGerard Beekmans2001-09-075-6/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed duplicate explanation that's already explained in chap5-gccGerard Beekmans2001-09-071-10/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1202 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix typoMark Hymers2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* chmod 754 on makedevGerard Beekmans2001-09-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1191 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* explain what configure and make options doGerard Beekmans2001-09-051-0/+19
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1180 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added exp. what make update doesGerard Beekmans2001-09-051-0/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed net-tools's installation method to 'make update' instead ofGerard Beekmans2001-09-052-7/+2
| | | | | | | 'make install' git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed procinfo's installation -- removed the sed, replaced with anGerard Beekmans2001-09-052-7/+4
| | | | | | | option to make ('make LDLIBS=-lncurses') git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added e2fsprogs-exp.xml -- added explanations what the configureGerard Beekmans2001-09-052-4/+2
| | | | | | | | options do -- we can use --with-root-prefix=/ now (instead of leaving the varaiable blank). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1175 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Don't move mklost+found to /sbin anymore - it's not essential, so let'sGerard Beekmans2001-09-051-2/+1
| | | | | | | keep it in the default location where e2fsprogs install it into git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added notes that gcc, binutils and glibc behave badly when optimized andGerard Beekmans2001-09-053-0/+18
| | | | | | | thus should be left alone. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* created link after make commadns (saves having to cd into /lib)Gerard Beekmans2001-09-041-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added ln command to create /lib/libbz2.soGerard Beekmans2001-09-041-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added missing &&Gerard Beekmans2001-09-022-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1163 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing && to end of sedGerard Beekmans2001-09-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* updated text (grub definitely doesn't need bin86)Gerard Beekmans2001-08-311-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed --libexecdir to /usr/binGerard Beekmans2001-08-312-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* updated explanationGerard Beekmans2001-08-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* cleaned it up big timeGerard Beekmans2001-08-292-23/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* explained in more detail why we remove the defkeymap.map.gz file, andGerard Beekmans2001-08-291-4/+19
| | | | | | | how to create it if you need it anyways git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added binutils-expGerard Beekmans2001-08-292-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted that bin86 may be optional if lilo isn't usedGerard Beekmans2001-08-291-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note that ed is optionalGerard Beekmans2001-08-291-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed sed command (removed necessary newline)Gerard Beekmans2001-08-291-6/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed -e from install commandsGerard Beekmans2001-08-291-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* text updatesGerard Beekmans2001-08-2912-27/+31
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fix: localedate->localedataGerard Beekmans2001-08-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed -f options from mv and rmGerard Beekmans2001-08-2916-23/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added texinfo-exp to explain the make TEXMF=/usr/share/texmf install-texGerard Beekmans2001-08-282-0/+12
| | | | | | | command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed the note to link m4 statically outside of chroot. We don't knowGerard Beekmans2001-08-281-27/+0
| | | | | | | if this is still true with the current Glibc-2.2.4 we're using. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1094 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed all -f flags from cp commandsGerard Beekmans2001-08-286-14/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed line breakGerard Beekmans2001-08-281-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1090 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed unnecessary line breakGerard Beekmans2001-08-281-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1089 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed some unnecessary line breaksGerard Beekmans2001-08-281-9/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Noted change of chap6-bash install instruc.Gerard Beekmans2001-08-271-9/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* note about sed line breakMark Hymers2001-08-271-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added dependency lists to install. instruction pagesGerard Beekmans2001-08-2750-0/+51
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1063 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --login to exec bashGerard Beekmans2001-08-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1047 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* note about removing hostname.old addedMark Hymers2001-08-251-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 144] Fix file-3.36 / automake-1.5 problemMark Hymers2001-08-253-1/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 137] note about only installing wanted localesMark Hymers2001-08-251-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 138] add exec to yacc scriptMark Hymers2001-08-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 126] move static libs to /usr/libMark Hymers2001-08-251-1/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1039 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 129] move chroot to /usr/sbinMark Hymers2001-08-251-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689