aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed distro specific namesGerard Beekmans2002-01-291-7/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed the "#!/bin/sh" lineGerard Beekmans2002-01-271-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* minor layout change (<<"EOF" to << "EOF")Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* minor layout change (cat >~filename -> cat > ~filename)Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed "chown lfs $LFS" to "chown -R lfs $LFS"Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed version from <date> to CVS-<date>Gerard Beekmans2002-01-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1486 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* upgraded to lfs-bootscripts-1.2Gerard Beekmans2002-01-272-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1485 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 263] The bison explanation is no longer neededMarc Heerdink2002-01-261-8/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1484 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 263] Removed the datadir configure flag for bison, which is no more ↵Marc Heerdink2002-01-264-4/+5
| | | | | | needed with recent bison. Also, this unbreaks locale support. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1483 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fix (manual->translation file)Gerard Beekmans2002-01-261-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1482 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 20020123->20020126Gerard Beekmans2002-01-261-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1481 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rephrased the incomprehensible explanation of "ln -sf ↵Marc Heerdink2002-01-251-3/+3
| | | | | | ../../lib/libncurses.so etc" git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1480 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* "if you can reproduce the problem" -> "if the problem persists"Marc Heerdink2002-01-251-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1479 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Text corrections:Marc Heerdink2002-01-251-5/+5
| | | | | | | | | * replaced a capital "The" in the middle of a sentence with "the" * added "commands" to "by running the following:" * rephrased one sentence to make it sound a bit more logical git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* perfectly alright -> perfectly fineMarc Heerdink2002-01-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1477 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed a very very tiny typo that looks a bit weird in the book.Marc Heerdink2002-01-251-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1476 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 183] /etc/mtab --> /proc/mounts symlink addedMark Hymers2002-01-244-0/+29
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1475 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved the changelog entry to where it belongs...Marc Heerdink2002-01-231-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1474 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted file -C removalGerard Beekmans2002-01-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1473 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed 'file -C' - already done by package itselfGerard Beekmans2002-01-231-15/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 149] The final commit; I forgot to update the changelog and made a typo ↵Marc Heerdink2002-01-232-1/+5
| | | | | | in the version number :o) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1471 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 149] Addition and Removal of files to resolve bug 149 (Install all ↵Marc Heerdink2002-01-235-97/+140
| | | | | | software as an unprivileged user) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Implemented bug 149 (install chapter 5 as an unprivileged user)Marc Heerdink2002-01-238-20/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 246] Back out changes to fix this bug as they're brokenMark Hymers2002-01-224-9/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix typo -i should be -lMark Hymers2002-01-221-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1467 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bugs 48, 69, 85, 175, 250, 58, 103 and 246] Update packages (see changelog) ↵Mark Hymers2002-01-215-20/+45
| | | | | | and fix glibc linuxthreads man pages install and adjust util-linux installation for new version git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1466 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* get the date rightMark Hymers2002-01-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1465 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* [Bug 45] man-pages-1.47 removed patch changed location and updated packageMark Hymers2002-01-218-32/+22
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1464 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* updated at.linuxfromscratch.ort ftpGerard Beekmans2002-01-211-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 20020119->20020121Gerard Beekmans2002-01-211-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1462 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* lfs-bootscripts-1.0->lfs-bootscripts-1.1Gerard Beekmans2002-01-191-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* 20020115->20020119Gerard Beekmans2002-01-191-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1459 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* made final changesGerard Beekmans2002-01-161-7/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* updated to reflect new scriptsGerard Beekmans2002-01-162-15/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1456 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted appendixa-bootscripts additionsGerard Beekmans2002-01-151-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed some typo's in xml tagsGerard Beekmans2002-01-153-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1454 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added bootscripts to appendix aGerard Beekmans2002-01-155-0/+101
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added bootscripts-depversionGerard Beekmans2002-01-151-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1452 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added aa-bootscripts-* entitiesGerard Beekmans2002-01-151-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1451 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* done now i thinkGerard Beekmans2002-01-151-4/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1450 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added /etc/sysconfig/rc update (include network_devices variable)Gerard Beekmans2002-01-151-0/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added bootscripts installationGerard Beekmans2002-01-155-0/+30
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* noted chapter 7 changesGerard Beekmans2002-01-151-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* dir name change for network script (from nic-config to network-devices)Gerard Beekmans2002-01-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* last changesGerard Beekmans2002-01-154-168/+62
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* updatesGerard Beekmans2002-01-151-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1444 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* updates (grammar mostly)Gerard Beekmans2002-01-151-9/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* more updates to bootscriptsGerard Beekmans2002-01-156-107/+31
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1442 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed functions, checkfs, halt, mountfs, reboot, sendsignals, sysklogd,Gerard Beekmans2002-01-1512-1054/+0
| | | | | | | template, localnet and symperm files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1441 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed rc and rcS scriptsGerard Beekmans2002-01-154-325/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689