Changeset f6d7f48


Ignore:
Timestamp:
10/04/2006 04:48:34 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
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:
688ddbb
Parents:
bb8dd5e
Message:

Upgrade to Linux-2.6.18

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rbb8dd5e rf6d7f48  
    5151      <itemizedlist>
    5252        <listitem>
     53          <para>[matthew] - Upgrade to Linux-2.6.18.</para>
     54        </listitem>
     55        <listitem>
    5356          <para>[matthew] - Upgrade to Glibc-2.5.</para>
    5457        </listitem>
  • chapter01/whatsnew.xml

    rbb8dd5e rf6d7f48  
    216216      <para>glibc-2.3.6-linux_types-1.patch</para>
    217217    </listitem>
     218    <listitem>
     219      <para>linux-2.6.17.13-utf8_input-1.patch</para>
     220    </listitem>
    218221
    219222  </itemizedlist>
  • chapter03/patches.xml

    rbb8dd5e rf6d7f48  
    172172
    173173    <varlistentry>
    174       <term>Linux kernel UTF-8 Composing Patch - <token>&linux-utf8-patch-size;</token>:</term>
    175       <listitem>
    176         <para>Download: <ulink url="&patches-root;&linux-utf8-patch;"/></para>
    177         <para>MD5 sum: <literal>&linux-utf8-patch-md5;</literal></para>
    178       </listitem>
    179     </varlistentry>
    180 
    181     <varlistentry>
    182174      <term>Linux Libc Headers Inotify Patch - <token>&linux-inotify-patch-size;</token>:</term>
    183175      <listitem>
  • chapter08/kernel.xml

    rbb8dd5e rf6d7f48  
    3939    in the kernel source tree for alternative methods to the way this book
    4040    configures the kernel.</para>
    41 
    42     <para>By default, the Linux kernel generates wrong sequences of bytes when
    43     dead keys are used in UTF-8 keyboard mode. Also, one cannot copy and paste
    44     non-ASCII characters when UTF-8 mode is active. Fix these issues with the
    45     patch:</para>
    46 
    47 <screen><userinput>patch -Np1 -i ../&linux-utf8-patch;</userinput></screen>
    4841
    4942    <para>Prepare for compilation by running the following command:</para>
  • packages.ent

    rbb8dd5e rf6d7f48  
    299299
    300300<!ENTITY linux-dl-version "2.6">
    301 <!ENTITY linux-version "2.6.17.13">
    302 <!ENTITY linux-size "40,320 KB">
     301<!ENTITY linux-version "2.6.18">
     302<!ENTITY linux-size "40,882 KB">
    303303<!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
    304 <!ENTITY linux-md5 "834885b3ad9988b966570bee92459572">
     304<!ENTITY linux-md5 "296a6d150d260144639c3664d127d174">
    305305<!ENTITY linux-home "http://www.kernel.org/">
    306306<!ENTITY linux-ch8-du "310 - 350 MB">
  • patches.ent

    rbb8dd5e rf6d7f48  
    9191
    9292
    93 <!ENTITY linux-utf8-patch "linux-&linux-version;-utf8_input-1.patch">
    94 <!ENTITY linux-utf8-patch-md5 "af8bddc93d6b368aa4c8ecdff2d3ab76">
    95 <!ENTITY linux-utf8-patch-size "11 KB">
    96 
    97 
    9893<!ENTITY linux-inotify-patch "linux-libc-headers-&linux-libc-headers-version;-inotify-3.patch">
    9994<!ENTITY linux-inotify-patch-md5 "8fd71a4bd3344380bd16caf2c430fa9b">
Note: See TracChangeset for help on using the changeset viewer.