Commit Graph

121 Commits

Author SHA1 Message Date
Bruce Dubbs
f9bcaecdd3 Update to GRUB-1.97
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-10-29 05:41:46 +00:00
Matthew Burgess
69ef7b4a5d Move GDBM before Perl in chapter 6 as Perl can make use of it. Fixes #2447.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-07-20 19:10:23 +00:00
Matthew Burgess
9cccea2aed Remove Berkeley DB; Man-DB uses GDBM now. Fixes #2440.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-07-18 12:30:56 +00:00
Bruce Dubbs
d35b7f3ced Update to sed 4,2,1
Update to Linux 2.6.30.1
Correct GCC to use -fomit-frame-pointer
Add pkg-config
Remove --with-col from Man-DB
Move Util-Linux-NG to before E2fsprogs in Chapter 6
Update to e2fsprogs-1.41.7
Remove E2fsprogs in Chapter 5


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-07-06 06:54:06 +00:00
Matthew Burgess
8f90f47def Add GDBM as a pre-requisite for Man-DB. Fixes #2298.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-05-23 09:19:03 +00:00
Matthew Burgess
c92413c550 Use Inetutils' version of hostname, rather than Coreutils' version. Fixes #2364.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-03-12 21:02:01 +00:00
Matthew Burgess
835b56ae9c Upgrade to Bash-4.0. Fixes #2351.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-03-11 21:27:25 +00:00
Matthew Burgess
3fa7ca4305 Upgrade to Binutils-2.19. FIxes #2268.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-07 11:38:36 +00:00
Jeremy Huntwork
4e82d4787a Bring in DIY's next generation build method. Move GRUB to chapter 8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-05 20:46:02 +00:00
Jeremy Huntwork
b943097fb7 Move grep up in the build order. Thanks, Greg Schafer for the reminder.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-12-02 09:54:01 +00:00
Bruce Dubbs
db2f21efd2 Added descriptions of symlinks created by util-linux.
Move gawk ahead of findutils to avoid a test suite failure in chapter 6.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-27 05:52:46 +00:00
Jeremy Huntwork
787fe0c794 Moved placement of m4 in chapters 5 and 6 so that
* the chapter 5 m4 links against the glibc in /tools
 * the chapter 6 m4 is built before anything that hard codes the location of m4
Added a host prerequisite for m4


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-19 03:09:26 +00:00
Randy McMurchy
67fbf43256 Moved the Chapter 6 M4 installation into alphabetical order as it is installed in Chapter 5 now and therefore doesn't need to precede the Bison installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-12 15:24:57 +00:00
Randy McMurchy
59af1dcf3a Updated the Perl instructions, thanks to Greg Shafer for pointing out the issues - This change also required that the Zlib package is built right before the Perl package in Chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-10 17:41:36 +00:00
Randy McMurchy
6cc051651b Updated GCC to 4.3.2 which includes adding the GMP-4.2.4 and MPFR-2.3.2 packages - This new version of GCC requires the added packages - Thanks to DJ Lucas for the stimulus and initial work resulting in this and all of the other package updates coming up
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8562 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-03 20:14:18 +00:00
Matthew Burgess
615a565828 Upgrade to Coreutils-6.10. Fixes #2133.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8470 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-02-07 19:47:39 +00:00
Matthew Burgess
c6d52ce7e5 Fix up the migration to Util-linux-ng.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-01-22 07:59:22 +00:00
Manuel Canales Esparcia
b06ca361a4 Updated book sources to use DocBook-XML DTD 4.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-03-21 18:42:58 +00:00
Matthew Burgess
1e5c044d67 Fix ICA breakage in E2fsprogs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7875 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-12-01 18:57:06 +00:00
Matthew Burgess
93bc4a2875 Replace the Linux-Libc-Headers package with the 'headers_install' target from the kernel Makefile
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-04 17:08:23 +00:00
Matthew Burgess
d9dc49a035 Upgrade to Coreutils-6.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-10-04 16:40:23 +00:00
Archaic
d2c332bc21 Merged the udev_update branch to trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-13 18:45:33 +00:00
Jeremy Huntwork
3685bb6f51 Merged alphabetical branch to trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-04-06 17:31:00 +00:00
Manuel Canales Esparcia
8ef83047f9 Indenting chapter 6, part 3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7325 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-02-02 21:03:09 +00:00
Matthew Burgess
76ccbb3810 Add information about package management
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7301 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-25 21:05:21 +00:00
Ken Moffat
f420687e72 Move mktemp back to where it used to be, this should revert r7256 and hopefully remove any unintended idea that the toolchain position in the build can be lightly tinkered with.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-10 20:26:14 +00:00
Ken Moffat
9a404f49c5 Move grep ahead of libtool. This removes a hardcoded /tools/bin/grep from /usr/bin/libtool.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 22:24:55 +00:00
Ken Moffat
4da4a63bdf Build mktemp earlier, for gcc's gccbug which now wraps mktemp in 'if [ yes = yes ];' instead of 'if [ no = yes ];'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-07 22:12:20 +00:00
Jeremy Huntwork
fa21b3dc89 Initial support of UTF-8. Thanks Alexander Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-01-06 01:59:08 +00:00
Archaic
94aa662138 Reverting UTF-8 changes until everything is in place.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:46:12 +00:00
Archaic
5536f7440f Applied Alexander Patrakov's patch which adds UTF-8 capability to the
development branch of the LFS Book.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-12-26 19:00:06 +00:00
Jeremy Huntwork
7b409b74d1 Added sysklogd back in and removed libol and syslog-ng - thanks for the help, archaic
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-03-30 21:40:13 +00:00
Matthew Burgess
17700191e9 Upgraded to DocBook 4.4 DTD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 18:06:48 +00:00
Manuel Canales Esparcia
bce08efc71 Uniffied the titles with the ones used in testing.
Added chapter07/udev.xml.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2005-01-30 11:27:57 +00:00
Jeremy Utley
d1a66a09dd Removed sysklogd, added syslog-ng and libol as more up to date replacements.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-08-31 10:11:23 +00:00
Matthew Burgess
a08896444c * Merged recent testing changes back up to unstable (bootscripts & iproute2)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-07-14 20:49:05 +00:00
Manuel Canales Esparcia
3c928f1c57 Added a separate file for the strippingagain section.
Tags correcitions.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-13 12:58:23 +00:00
Alexander E. Patrakov
354686209b Fixed the previous commit. Removed the "background" option from /etc/vimrc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-10 11:10:55 +00:00
Alexander E. Patrakov
b5b61fd61a Various i18n-related changes to Vim. They need to be duplicated in BLFS also
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-10 08:18:07 +00:00
Alexander E. Patrakov
72b0264b85 Added hotplug to HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-20 01:47:22 +00:00
Zack Winkles
3125dfb878 Added Readline
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-06 16:50:03 +00:00
Zack Winkles
9dfc02ff38 Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-03 21:28:58 +00:00
Matthew Burgess
673b0d84ba * Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-03 10:59:46 +00:00
Alex Gronenwoud
02974d8f1b Re-adding HOME to the chroot command, and a few textual shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3291 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-03-14 21:53:12 +00:00
Alex Gronenwoud
5b7293ab71 Removing HOME and --login from the chroot commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-03-09 19:08:33 +00:00
Alex Gronenwoud
c6b5ddb7a6 Shifting chapter contents, and moving preparational sections of chapter 5 to a separate chapter.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-03-07 12:09:31 +00:00
Alex Gronenwoud
db9d773c6e Forgetfulness makes the most traffic...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-28 11:26:41 +00:00
Jeremy Utley
31a5625f9f Removed the creation of /usr/etc to conform to FHS - closes bug 775
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-26 09:59:18 +00:00
Alex Gronenwoud
ede9b9be0a Minor textual shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-25 22:04:14 +00:00
Alex Gronenwoud
e421d2e1df Adding a comment on package management, and undoing the mistaken deletion of the virtual unmounts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-02-24 22:14:47 +00:00