source: BOOK/materials/ppc/patches.xml@ 13e1c34

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 13e1c34 was eca2f15, checked in by Jim Gifford <clfs@…>, 18 years ago

r4773@server (orig r2079): ken | 2006-07-22 15:47:21 -0700
Remove version numbers from package names in lists of arch-specific patches for ppc{,64} for consistency with the rest of the book.

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-materials-patches-ppc">
9 <?dbhtml filename="patches-ppc.html"?>
10
11 <title>Additional Patches for PowerPC</title>
12
13 <variablelist role="materials">
14
15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
16 href="../x86/patches.xml"
17 xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
18
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../x86/patches.xml"
21 xpointer="xpointer(//*[@os='perl-libc-patch'])"/>
22
23 <varlistentry>
24 <term>Powerpc-utils Fixes Patch - <token>&powerpcutils-patch-size;</token>:</term>
25 <listitem>
26 <para>Download: <ulink
27 url="&patches-root;&powerpcutils-patch;"/></para>
28 <para>MD5 sum: <literal>&powerpcutils-patch-md5;</literal></para>
29 </listitem>
30 </varlistentry>
31
32 <varlistentry os="yaboot-fix-patch">
33 <term>Yaboot Fixes Patch - <token>&yaboot-fix-patch-size;</token>:</term>
34 <listitem>
35 <para>Download: <ulink
36 url="&patches-root;&yaboot-fix-patch;"/></para>
37 <para>MD5 sum: <literal>&yaboot-fix-patch-md5;</literal></para>
38 </listitem>
39 </varlistentry>
40
41 <varlistentry os="yaboot-ofpath_path-patch">
42 <term>Yaboot Ofpath_Path_Prefix Patch - <token>&yaboot-ofpath_path-patch-size;</token>:</term>
43 <listitem>
44 <para>Download: <ulink
45 url="&patches-root;&yaboot-ofpath_path-patch;"/></para>
46 <para>MD5 sum: <literal>&yaboot-ofpath_path-patch-md5;</literal></para>
47 </listitem>
48 </varlistentry>
49
50 <varlistentry os="yaboot-sata-patch">
51 <term>Yaboot SATA Patch - <token>&yaboot-sata-patch-size;</token>:</term>
52 <listitem>
53 <para>Download: <ulink
54 url="&patches-root;&yaboot-sata-patch;"/></para>
55 <para>MD5 sum: <literal>&yaboot-sata-patch-md5;</literal></para>
56 </listitem>
57 </varlistentry>
58
59 </variablelist>
60
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62 href="../common/patches.xml"
63 xpointer="xpointer(//*[@os='a'])"/>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.