aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added the mv $LFS/usr/bin/bash|bashbug $LFS/bin againGerard Beekmans2001-05-241-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@653 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed cp -R to cp -a (we may as well preserve the symlinks andGerard Beekmans2001-05-231-1/+1
| | | | | | | | ownerships inside the 'linux' directory like we do with the files inside the 'asm' directory) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@652 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added intel/chapter6/chrootcmd.xmlGerard Beekmans2001-05-221-2/+3
| | | | | | | Changed version to 20010522 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added chrootcmd.xml and have bash-inst.xml, glibc-inst.xml, m4-inst.xmlGerard Beekmans2001-05-225-26/+10
| | | | | | | and chroot.xml use that file git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed gettext referenceGerard Beekmans2001-05-221-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added some warnings regarding the stripping partGerard Beekmans2001-05-211-0/+20
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Alphabetized the installation order per bug 41.Craigthulu2001-05-212-3/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed the "current from blah" paragraphGerard Beekmans2001-05-201-4/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* File size updatesGerard Beekmans2001-05-203-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Package version updateGerard Beekmans2001-05-201-6/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed URL from cvs.linuxfromscratch.org toGerard Beekmans2001-05-181-2/+2
| | | | | | | archive.linuxfromscratch.org git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed && from the last line of commands to be executedGerard Beekmans2001-05-181-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* *** empty log message ***Craigthulu2001-05-171-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@639 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* *** empty log message ***Craigthulu2001-05-172-13/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed --strip-unneeded to --strip-debugGerard Beekmans2001-05-161-2/+2
| | | | | | | | | | | | According to a report --strip-unneeded isn't as safe on libraries as we originally thought it to be. Apparently it will cause static link failures when static libs are stripped that way. Dynamic libs may have some unexpected problems too. So we'll just go back on the safe side and only use --strip-debug git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added an explanation for the manpages patch.Simon Perreault2001-05-153-2/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* he -> youSimon Perreault2001-05-134-9/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* he -> youSimon Perreault2001-05-131-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added note that modutils-2.4.6 does not work properly with 2.2.x kernelsGerard Beekmans2001-05-131-0/+6
| | | | | | | and suggest downgrading to 2.4.5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Used same short form as in chapter 4: changed the mkdir commands to oneGerard Beekmans2001-05-131-2/+2
| | | | | | | mkdir command: mkdir sysconfig rc{0,1,2,3,4,5,6,S}.d init.d git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed version to cvs-20010512 after pre3 was releasedGerard Beekmans2001-05-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* updated ftp dir. to 3.0-pre3Gerard Beekmans2001-05-131-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tag 3.0-pre3Gerard Beekmans2001-05-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed not that Makefile has to be edited if you want compilerGerard Beekmans2001-05-131-5/+0
| | | | | | | optimization git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Last change for today:Gerard Beekmans2001-05-122-5/+6
| | | | | | | mkdir asm && cp -a ../src/linux/include/asm/* asm git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed cp -a to cp -RGerard Beekmans2001-05-122-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@625 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed cp -r command to cp -a, and updated explanation accordinglyGerard Beekmans2001-05-122-7/+7
| | | | | | | (plus a little grammar fix in -exp.xml) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Version increase 20010511->20010512Gerard Beekmans2001-05-121-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* split the ./configure command up in two linesGerard Beekmans2001-05-121-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed extra patch entry.Simon Perreault2001-05-121-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a note that you have to use three digit symlinks, pad with zero'sGerard Beekmans2001-05-121-3/+18
| | | | | | | if necessary (ie: use S020 instead of S20, and use K002 instead of K2) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed S[0-9][0-9][0-9] to S* (hope it works as expected ';)Gerard Beekmans2001-05-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* S???* -> S[0-9][0-9][0-9]*Simon Perreault2001-05-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed version string for all-versionGerard Beekmans2001-05-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@617 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the lfs-packages file into an ENTITY (for easier updates)Gerard Beekmans2001-05-112-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated file sizeGerard Beekmans2001-05-114-7/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed date -> 20010511/May 11th, 2001Gerard Beekmans2001-05-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* New automake version.Simon Perreault2001-05-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@613 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* New lilo version. Changed date in intel.xml. Added changelog item about the waySimon Perreault2001-05-112-2/+7
| | | | | | | we now deal with kernel headers. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added description of the shred program.Simon Perreault2001-05-111-0/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@611 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Copy the kernel include dirs instead of linking to them.Simon Perreault2001-05-112-29/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Created missing K symlinks in run levels 0, 1, 2 and 6Gerard Beekmans2001-05-101-3/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added static patch to chapter 5Gerard Beekmans2001-05-104-0/+27
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed order of patch and gettext to reflect the order in which theyGerard Beekmans2001-05-101-1/+2
| | | | | | | are installed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@607 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Let's do the cutting of lines properly this time - added </userinput>Gerard Beekmans2001-05-091-3/+5
| | | | | | | after the \ else it won't do much git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* lines too long, added the \ and started on a new lineGerard Beekmans2001-05-091-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed && -> &amp;&amp;Gerard Beekmans2001-05-091-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated file sizeGerard Beekmans2001-05-093-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed the ldso section (and all references to it in the appendixes) andSimon Perreault2001-05-0914-53/+23
| | | | | | | | replaced that by a patch to man-pages (and added references to it in all appendixes) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* cacaSimon Perreault2001-05-091-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689