aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
Commit message (Collapse)AuthorAgeFilesLines
* Fix createfiles.xml /etc/passwd entry for nobody (fixes #1931), and change ↵Bryan Kadzban2006-12-091-14/+25
| | | | | | tabs to spaces in changelog.xml. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fix.Manuel Canales Esparcia2006-12-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix an incorrect ChangeLog dateMatthew Burgess2006-12-011-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix ICA breakage in E2fsprogsMatthew Burgess2006-12-011-0/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7875 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a cautionary note to the end of chapter 5.Jeremy Huntwork2006-11-251-0/+6
| | | | | | | | Archiving of the temporary tools for future use should take place before starting chapter 6. Fixes #1879. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7873 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move /usr/bin/mv to /bin again.Matthew Burgess2006-11-251-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Prevent inetutils from installing ifconfig as LFS uses ip to configure ↵Matthew Burgess2006-11-251-0/+6
| | | | | | network interfaces. Fixes #1914. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix potential corruption of the testsuite toolsJeremy Huntwork2006-11-251-0/+5
| | | | | | | | | by forcing expect to always use /bin/stty and not /usr/local/bin/stty. Fixes #1892. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-pages-2.42. Fixes #1922.Matthew Burgess2006-11-251-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to a newer version of the Inetutils-no_server_man_pages patch which ↵Matthew Burgess2006-11-252-0/+12
| | | | | | prevents rexecd.8 from being installed. Fixes #1915. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typo in M4 upgrade Changelog entry.Matthew Burgess2006-11-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7866 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added 'make headers_install' to chapter 5 Linux HeadersJeremy Huntwork2006-11-251-0/+7
| | | | | | | | for the educational value and in preparation of changes in Linux-2.6.19. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to M4-1.4.8. Fixes #1920.Matthew Burgess2006-11-251-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.18.3. Fixes #1911.Matthew Burgess2006-11-251-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove the mention of the obsolete Linux-Libc-Headers package. Fixes #1917.Matthew Burgess2006-11-251-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to IANA-Etc-2.20. Fixes #1916.Matthew Burgess2006-11-252-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to File-4.18. Fixes #1910.Matthew Burgess2006-11-252-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-6.6. Fixes #1919.Matthew Burgess2006-11-251-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bison is a host-system requirement because of the Bash upstream fixes patch. ↵Matthew Burgess2006-11-251-0/+5
| | | | | | Fixes #1863. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7858 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Apply all 5 of the currently available upstream patches for Bash-3.2Matthew Burgess2006-11-252-1/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Autoconf-2.61. Fixes #1918Matthew Burgess2006-11-251-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Simplified the installation of Linux Headers in Chapter 5.Jeremy Huntwork2006-11-251-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move custom CD symlink and custom NIC name rules files to ↵Bryan Kadzban2006-11-111-0/+11
| | | | | | 70-persistent-*.rules, and add ENV{GENERATED} to the CD symlink rules. Prevents Udev rule_generator stuff from conflicting. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Delete the persistent-net-generator rules file when using bus positions for ↵Bryan Kadzban2006-11-061-0/+10
| | | | | | network device name assignments. Fixes #1912. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7853 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use version entities rather than hardcoded values so the note about keeping ↵Matthew Burgess2006-11-031-0/+13
| | | | | | up to date with stable kernel releases remains accurate git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7852 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add some verbose flags to commands in the Util-Linux and Vim instructionsMatthew Burgess2006-10-291-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Vim-7.0-fixes-14.patch and drop the spellfile patch as that is ↵Matthew Burgess2006-10-292-0/+17
| | | | | | now included in the former. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to TCL-8.4.14Matthew Burgess2006-10-282-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Tar-1.16Matthew Burgess2006-10-282-2/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Readline-5.2Matthew Burgess2006-10-282-2/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7847 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-Pages-2.41Matthew Burgess2006-10-281-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.18.1Matthew Burgess2006-10-281-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7845 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a bug in Less whereby the deprecated sigsetmask function was being used ↵Matthew Burgess2006-10-282-0/+10
| | | | | | instead of sigprocmask git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to IPRoute2-2.6.18-20061002Matthew Burgess2006-10-282-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7843 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Inetutils-1.5Matthew Burgess2006-10-282-2/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7842 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Groff-1.18.1.4Matthew Burgess2006-10-282-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Gettext-0.16Matthew Burgess2006-10-281-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Berkeley-DB-4.5.20Matthew Burgess2006-10-282-2/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-6.4Matthew Burgess2006-10-281-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-3.2Matthew Burgess2006-10-282-2/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Automake-1.10Matthew Burgess2006-10-282-2/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add an explanation of how to find the PCI bus position of network devices, ↵Bryan Kadzban2006-10-241-0/+10
| | | | | | to fix #1904. Also switch the sample udev rule from ID== to KERNELS== (required for udev >=098). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to udev-103, and change some of the text in udev.xml to be more ↵Bryan Kadzban2006-10-211-0/+3
| | | | | | internally consistent git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7834 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to udev-config-20061021, install common Udev rules from the Udev ↵Bryan Kadzban2006-10-211-0/+13
| | | | | | tarball, and install udev-config documentation files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed kbd datadir on console configuration pageDan Nichilson2006-10-151-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to udev-102 and udev-config-20061014.Bryan Kadzban2006-10-152-3/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7828 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revised whatsnew.xml.Manuel Canales Esparcia2006-10-081-6/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7822 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update udev-config, and add Udev SAS path_id patch (both for Linux-2.6.18).Bryan Kadzban2006-10-061-0/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Texinfo-4.8aMatthew Burgess2006-10-042-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update the description of UTF-8 support in Linux-2.6.18Matthew Burgess2006-10-041-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689