Changeset c6861a6 for chapter06


Ignore:
Timestamp:
07/22/2006 03:59:52 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.2
Children:
e03d8b15
Parents:
b8ca310
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/grub.xml

    rb8ca310 rc6861a6  
    4141    as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    4242    unset them when building GRUB.</para>
     43
     44    <para>Start by applying the following patch to allow for better drive
     45    detection, fix some <application>GCC 4.x</application> issues, and provide
     46    better SATA support for some disk controllers:</para>
     47
     48<screen><userinput>patch -Np1 -i ../&grub-geometry-patch;</userinput></screen>
    4349
    4450    <para>Prepare GRUB for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.