aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
* Text updateGerard Beekmans2001-03-231-27/+20
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo ohters -> othersThomas Balu Walter2001-03-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* YouThomas Balu Walter2001-03-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* YouThomas Balu Walter2001-03-1923-102/+111
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* You'sThomas Balu Walter2001-03-182-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@335 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* sed command updateGerard Beekmans2001-03-151-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added this:Simon Perreault2001-03-151-0/+4
| | | | | | | | | sed -e 's|$(PERL)|/usr/bin/perl|' \ ../glibc-2.2.1/malloc/Makefile > tmp && mv tmp ../glibc-2.2.1/malloc/Makefile && git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed all "rm file && ln -s dest file" into "ln -sf file".Thomas Balu Walter2001-03-133-6/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* pw_chown -> pt_chownSimon Perreault2001-03-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@299 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated chroot commandGerard Beekmans2001-03-111-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added chmod 4755 /usr/bin/pt_chownGerard Beekmans2001-03-101-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed chroot commandGerard Beekmans2001-03-101-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced && by &&Gerard Beekmans2001-03-021-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Noted that makedev will create more harddisk partition device filesGerard Beekmans2001-02-231-0/+6
| | | | | | | than you can actually use due to kernel limitations git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged the sulogin lines into one lineGerard Beekmans2001-02-231-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial XML commitGerard Beekmans2001-02-15126-0/+46
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed reference to `echo $TERM`Gerard Beekmans2001-02-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added line breakGerard Beekmans2001-02-151-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed fileGerard Beekmans2001-02-141-0/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed SGML codeGerard Beekmans2001-02-1450-110/+110
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@163 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* TERM=`echo $TERM` -> TERM=$TERMGerard Beekmans2001-02-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* chroot command now sets the $TERM variable properlyGerard Beekmans2001-02-141-2/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed console-tools' man page installationGerard Beekmans2001-02-141-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated command explanation on makedevGerard Beekmans2001-02-141-10/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* TODOGerard Beekmans2001-02-141-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@146 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added manual copy of pt_chownGerard Beekmans2001-02-091-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added explanation why we touch /etc/ld.so.confGerard Beekmans2001-02-091-0/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed $@ into "$@" (with quotes)Gerard Beekmans2001-02-091-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed $* into $@ - $@ is needed when quoted arguments with blanks are usedGerard Beekmans2001-02-091-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed Glibc installation problems. zoneinfo files are now installedGerard Beekmans2001-02-081-39/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated Makedev infoGerard Beekmans2001-02-081-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated installation instructionsGerard Beekmans2001-02-081-12/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated sgml tag and titleGerard Beekmans2001-02-081-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged with makedev-inst.sgmlGerard Beekmans2001-02-082-36/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Renamed from creatingdev.sgmlGerard Beekmans2001-02-081-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Renamed to makedev.sgmlGerard Beekmans2001-02-081-10/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the 'lex' symlink to flex' installationGerard Beekmans2001-02-081-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Renamed glibc's id tagGerard Beekmans2001-02-081-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added "move makedev's explanations to the "command explanation" section"Gerard Beekmans2001-02-081-1/+1
| | | | | | | TODO git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed && on the last command lineGerard Beekmans2001-02-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Linux86 -> Bin86Gerard Beekmans2001-02-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* After the installation you can't use logout && chroot (not the sameGerard Beekmans2001-02-051-1/+1
| | | | | | | shell) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed crypt from the add-on explanationGerard Beekmans2001-02-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* No need to cd into glibc-build before running configure and make. We'reGerard Beekmans2001-02-021-4/+1
| | | | | | | already in glibc-build when we created the configparms file git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@95 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed libexecdir=/usr/bin -> libexecdir=/binGerard Beekmans2001-02-011-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@89 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial commitGerard Beekmans2001-01-311-0/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@76 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added procps-exp to explain commenting out XConsoleGerard Beekmans2001-01-311-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@75 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed building ldd and ldconfig. Removed comments about compilerGerard Beekmans2001-01-311-24/+1
| | | | | | | optimization git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@74 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved previous contents to procps-exp and put proper info in this fileGerard Beekmans2001-01-311-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@73 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed type: creastion -> creationGerard Beekmans2001-01-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@66 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689