LFS News
| RSS Feed |
- LFS 6.3 Release
- Bruce Dubbs - 2007/08/28
The Linux From Scratch community is pleased to announce the release of LFS Version 6.3. This release includes numerous changes to LFS-6.2 (including update to Linux-2.6.22.5, GCC-4.1.2, Glibc-2.5) and security fixes. It also includes a large amount of editorial work on the explanatory material throughout the book, improving both the clarity and accuracy of the text.
You can read the book online, or download to read locally.
Please direct any comments about this release to the LFS development team at lfs-dev@linuxfromscratch.org. Please note that registration for the lfs-dev mailing list is required to avoid junk email.
The Linux From Scratch community is pleased to announce the release of LFS Version 6.3 Release Candidate 2. This release includes some minor changes to Release Candidate 1 (including an update to Linux-2.6.22.2).
You can read the book online, or download to read locally.
Please direct any comments about this release to the LFS development team at lfs-dev@linuxfromscratch.org. Please note that registration for the lfs-dev mailing list is required to avoid junk email.
- LFS 6.3 Release Candidate 1 Release
- Bruce Dubbs - 2007/07/24
The Linux From Scratch community is pleased to announce the release of LFS Version 6.3 Release Candidate 1. This release includes a large number of package upgrades (including Linux-2.6.22.1, GCC-4.1.2, Glibc-2.5) and security fixes. It also includes a large amount of editorial work on the explanatory material throughout the book, improving both the clarity and accuracy of the text.
You can read the book online, or download to read locally.
Please direct any comments about this release to the LFS development team at lfs-dev@linuxfromscratch.org. Please note that registration for the lfs-dev mailing list is required to avoid junk email.
- LFS 6.2 Stable Release
- Bruce Dubbs - 2006/08/02
The Linux From Scratch community is pleased to announce the release of LFS Version 6.2. This release is the culmination of the dedicated efforts of many talented developers. This release includes a large number of package upgrades (including Linux-2.6.16.26, GCC-4.0.3, Glibc-2.3.6) and security fixes. It also includes a large amount of editorial work on the explanatory material throughout the book, improving both the clarity and accuracy of the text.
You can read the book online, or download to read locally.
Please direct any comments about this release to the LFS development team at lfs-dev@linuxfromscratch.org. Please note that registration for the lfs-dev mailing list is required to avoid junk email.
Latest SVN Changes
-
Bruce Dubbs - 2008/06/25
- Fix typo in directory name
-
Bruce Dubbs - 2008/06/04
- Add udev rules as an appendix
-
Bruce Dubbs - 2008/06/03
- Moved bootscripts and udev-config to BOOK Updated Makefile to automatically generate bootscript and udev-config tarballs Updated licesnse to be the same as BLFS
-
DJ Lucas - 2008/05/31
- Sync with r8543 and added additional manage functions.
-
Bryan Kadzban - 2008/05/23
- Upgrade Udev to 122, udev-config to 20080522, and lfs-bootscripts to 20080522. Replace "write_net_rules all_interfaces" with a "udevadm test" loop. Fix several typos. Remove the usb_id segfault patch, as it's included in Udev now. Add /lib/udev/devices/kmsg, as udevd uses /dev/kmsg to log a message at startup. Replace udevtrigger/udevinfo with "udevadm trigger" and "udevadm info" in the text. Should fix #2057, #2079, #2170, and #2186.
- Install a few rules from udev's etc/udev/packages/ directory to handle device-mapper (LVM and dm-raid), md-raid, and a few Palm device symlinks.
-
Bryan Kadzban - 2008/05/22
- Replace udevtrigger and udevsettle with "udevadm trigger" and "udevadm settle", for udev-122.
- Remove 81-firmware.rules, since its functionality is now included in 50-udev-default.rules. Remove the custom rule ignoring KERNEL=="device-mapper", since 50-udev-default.rules handles that as well. (This is more preparation for udev-122.)
-
Bryan Kadzban - 2008/05/19
- Old change that never got committed: Make the package work in a DESTDIR setup, where udevd can't be executed. (Do this by not using a version for the package subdirectory.)
-
Jeremy Huntwork - 2008/04/23
- Fixed kbd to build and install setkeycodes, getkeycodes and resizecons. Also move loadkeys to /bin from /usr/bin for use by the bootscripts. Thanks, Greg Schafer.
- Fixed behavior in kbd where man pages for optional programs that aren't built are installed. Thanks Greg Schafer for spotting this.
- Merged r8536 and r8537 from trunk to jh branch
- Updated E2fsprogs to 1.40.8. Fixes #2173.
- Updated Autoconf to 2.62
- Use -mtune=native for glibc. We don't want our libc optimized for 486. It should be optimized for the local machine.
-
Jeremy Huntwork - 2008/04/22
- Fixed a couple of typos
- Merged r8517, r8518, r8519, r8520 & r8521 from trunk to jh branch
- Merged r8527 from trunk to jh branch
- Minor fix of explanatory text to match commands
- Merged r8530 from jh branch to trunk
- Updated Flex to 2.5.35. Fixes #2179.
- Merged r8532 from trunk to jh branch
- Updated Kbd to 1.14.1. Fixes #2162.
- Merged r8534 from trunk to jh branch
-
DJ Lucas - 2008/04/13
- Added manage_functions.
- minor cleanups
- Header corrections
- added config file, updated README
- correct error in cleanup from removing pipe
