aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
* Added tmpfs mount at /dev/shm - Bugzilla bug 562Jeremy Utley2003-08-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* neatened text of chapter 6 util-linux and shadowAlex Gronenwoud2003-08-252-49/+60
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* uniformized text of 'locking' and 'adjusting'Alex Gronenwoud2003-08-251-13/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* gawk 3.1.3, not .1Gerard Beekmans2003-08-191-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* move adjusting toolchain back to where it belongedGerard Beekmans2003-08-192-2/+38
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* moved adjusting toolchain, bug #519, bug #537, and updated changelogAlex Gronenwoud2003-08-181-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added coreutils to appendixGerard Beekmans2003-08-021-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgraded to binutils-2.14,Gerard Beekmans2003-07-301-12/+8
| | | | | | | | | linux-2.4.21, expect-5.38.4, gawk-3.1.3, texinfo-4.6, util-linux-2.12, man-pages-1.58, lfs-utils-0.3, vim-6.2, gettext-0.12.1, automake-1.7.6, file-4.03, e2fsprogs-1.34, procps-3.1.11, psmisc-21.3 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed removal of /bin/awkGerard Beekmans2003-06-031-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added /opt/gcc-2.95.3/lib to /etc/ld.so.confGerard Beekmans2003-05-211-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2627 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added grpconvGerard Beekmans2003-05-211-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's Creating Files patchGerard Beekmans2003-05-211-21/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's glibc patchGerard Beekmans2003-05-211-26/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Coreutils: Only test the non-root stuff in chapter 05, but test everything ↵Gerard Beekmans2003-05-211-1/+2
| | | | | | in chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* changed net-tools make install to make updateGerard Beekmans2003-05-161-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added set +h after every exec /path/to/bashGerard Beekmans2003-05-133-3/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed single to double quote in the echo command. Without it, lorien won't ↵Gerard Beekmans2003-05-131-1/+1
| | | | | | expand and defeats the sole purpose of creating the file - making perl's hostname check work git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's various-fixes patch.Gerard Beekmans2003-05-1335-50/+88
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's ownership patch which fixes bug #510 which was originall ↵Gerard Beekmans2003-05-131-19/+18
| | | | | | patched and submitted by Alex Groenewoud git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2607 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's config-sys patch which fixes bug #510 which was originall ↵Gerard Beekmans2003-05-132-18/+17
| | | | | | patched and submitted by Alex (confused yet?) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2606 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed tcl, expect and dejagnu from chapter 6Gerard Beekmans2003-05-137-82/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's shadow patchGerard Beekmans2003-05-131-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's procps patchGerard Beekmans2003-05-131-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's net-tools patchGerard Beekmans2003-05-131-4/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed the libcurses.a symlink re-creation - not needed. Added 'f' option ↵Gerard Beekmans2003-05-131-2/+1
| | | | | | to ln commadn for the libcurses.so symlink creation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added vsscanf patchGerard Beekmans2003-05-131-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Zack's ncurses patchGerard Beekmans2003-05-131-2/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* upgraded to latest tar, findutils and gzipGerard Beekmans2003-05-123-52/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed chapter 5 LFS-Utils installation - unnecessary. Patch by Zack.Gerard Beekmans2003-05-121-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2589 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* typo fix: ) should be }Gerard Beekmans2003-05-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* basic-net needs lorien in /etc/hosts for perl's test to passGerard Beekmans2003-05-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added .patch to zlib patchGerard Beekmans2003-05-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* libiberty.h not installedGerard Beekmans2003-05-121-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix cp commandGerard Beekmans2003-05-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* && should have been a \Gerard Beekmans2003-05-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fix MAKEDEV installGerard Beekmans2003-05-121-3/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --enable-threads=posix to complete the C++ additionGerard Beekmans2003-05-121-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed gcc specs version (replace with entity) and fixed configuring timezone ↵Gerard Beekmans2003-05-121-1/+1
| | | | | | in Glibc...cp needs --remove-destination to remove teh already existing /etc/localtime symlink git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2579 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* added --enable-languages=c,c++ to fix gcc bug with regards to -Wreturn-typeGerard Beekmans2003-05-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* shorter MAKDEV installGerard Beekmans2003-05-121-6/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Zack's patches: Fix Bugs #359 and #515. Added /etc/hosts creation to ↵Timothy Bauscher2003-05-122-0/+27
| | | | | | beginning of ch6. Detailed services,protocols files and update to lfs-utils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Zack's patches: Removed Netkit-base 0.17. Added Inetutils 1.4.2. Added ↵Timothy Bauscher2003-05-116-2/+71
| | | | | | lfs-utils-0.2.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove file remnant.Timothy Bauscher2003-05-111-14/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* More from Zack: Ncurses symlinks fixes, procps removal of XSCPT=, ↵Timothy Bauscher2003-05-113-13/+14
| | | | | | --without-debug for ncurses. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed superfluous ampsGerard Beekmans2003-05-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2567 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Zack's patches: added --with-included-regex to grep and linux manpage ↵Timothy Bauscher2003-05-112-1/+10
| | | | | | installation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixes requested by Zack.Timothy Bauscher2003-05-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* removed LDFLAGS from export command and chrootGerard Beekmans2003-05-112-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Included some other updates in the last commit which weren't Zack's. *sigh*.Timothy Bauscher2003-05-111-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added the rest of Zack's patches. Totally missed them before.Timothy Bauscher2003-05-115-23/+40
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2561 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689