Changeset 85d8df5


Ignore:
Timestamp:
04/01/2007 05:41:19 AM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f4c628c
Parents:
04a77025
Message:

Updated to linux-2.6.20.4. Fixes r1978.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r04a77025 r85d8df5  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2007-04-01</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[jhuntwork] - Upgraded to linux-2.6.20.4. Updated linux-headers instructions
     43                 in chapter 5 to match instructions in chapter 6. The INSTALL_HDR_PATH is no longer
     44                 forcibly removed.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • chapter05/linux-headers.xml

    r04a77025 r85d8df5  
    4646
    4747<screen><userinput>make mrproper
    48 make headers_install
    4948make headers_check
    50 cp -av usr/include/* /tools/include</userinput></screen>
     49make INSTALL_HDR_PATH=/tools headers_install</userinput></screen>
    5150
    5251  </sect2>
  • general.ent

    r04a77025 r85d8df5  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20070327">
    3 <!ENTITY releasedate "March 27, 2007">
     2<!ENTITY version "SVN-20070401">
     3<!ENTITY releasedate "April 1, 2007">
    44<!ENTITY milestone "6.3">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • packages.ent

    r04a77025 r85d8df5  
    300300<!ENTITY linux-major-version "2.6">
    301301<!ENTITY linux-minor-version "20">
    302 <!ENTITY linux-patch-version "3">
     302<!ENTITY linux-patch-version "4">
    303303<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    304304<!ENTITY linux-size "42,359 KB">
    305305<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
    306 <!ENTITY linux-md5 "50541e43ec8b9861e63d2351e5355703">
     306<!ENTITY linux-md5 "ad6df0431ce9eb91dd558538e71239de">
    307307<!ENTITY linux-home "http://www.kernel.org/">
    308308<!ENTITY linux-ch8-du "310 - 390 MB">
Note: See TracChangeset for help on using the changeset viewer.