From 8f91415f367123292a9a2057b57b9241464c5402 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 22 Jul 2006 03:59:52 +0000 Subject: Added GRUB disk geometry patch and appied existing bash patch to Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 +++++++ chapter05/bash.xml | 5 +++++ chapter06/grub.xml | 6 ++++++ patches.ent | 4 ++++ 4 files changed, 22 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5263fce1e..ec1e9cd5d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,13 @@ July 21, 2006 + + [bdubbs] - Added the existing bash patch to Chapter 5 + to avoid potential custom scripting problems. + + + [bdubbs] - Added grub-0.97-disk_geometry-1.patch. + [bdubbs] - Updated to linux-2.6.16.27. Added a note to use the latest kernel version available in the 2.6.16 series. diff --git a/chapter05/bash.xml b/chapter05/bash.xml index b4c29a99c..4461fcb7e 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -37,6 +37,11 @@ Installation of Bash + Upstream developers have fixed several issues since the initial + release of Bash-&bash-version;. Apply those fixes: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/tools --without-bash-malloc diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 8651c95c8..8570a6ac2 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -41,6 +41,12 @@ as CFLAGS and CXXFLAGS, unset them when building GRUB. + Start by applying the following patch to allow for better drive + detection, fix some GCC 4.x issues, and provide + better SATA support for some disk controllers: + +patch -Np1 -i ../&grub-geometry-patch; + Prepare GRUB for compilation: ./configure --prefix=/usr diff --git a/patches.ent b/patches.ent index 6036af9ae..b1755584e 100644 --- a/patches.ent +++ b/patches.ent @@ -62,6 +62,10 @@ + + + + -- cgit v1.2.3-54-g00ecf