source: introduction/ppc/changelog.xml @ 1e3f8a7

Last change on this file since 1e3f8a7 was 983df6f, checked in by Jim Gifford <clfs@…>, 18 years ago

r3903@server (orig r1756): ken | 2006-06-09 17:04:23 -0700
First attempt at making the ppc temporary system bootable, plus related cleanups, particularly for creating partitions.

  • Property mode set to 100644
File size: 4.3 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-intro-changelog-ppc">
9  <?dbhtml filename="changelog-ppc.html"?>
10
11  <title>Changelog for PowerPC</title>
12
13  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
14  href="../x86/changelog.xml"
15  xpointer="xpointer(/sect1/para[1])"/>
16
17  <itemizedlist>
18    <title>Changelog Entries:</title>
19
20<!-- Changelog template
21
22    <listitem>
23      <para>Date</para>
24      <itemizedlist>
25        <listitem>
26          <para>[name] - Changelog entry.</para>
27        </listitem>
28        <listitem>
29          <para>[name] - Another changelog entry.</para>
30        </listitem>
31      </itemizedlist>
32    </listitem>
33
34-->
35
36    <listitem>
37      <para>June 9, 2006</para>
38      <itemizedlist>
39        <listitem>
40          <para>[ken] - Some tidying of the additions to 'boot', corrections
41          to partitioning, tidying and correcting the final instructions for
42          making it bootable, and add instructions to boot the temporary system,
43          either from OF via OSX, or using a CD to install the bootstrap. The
44          instructions to boot from OF use an idea from Martin Schaffner's
45          lfs-from-osx hint.</para>
46        </listitem>
47      </itemizedlist>
48    </listitem>
49
50    <listitem>
51      <para>June 8, 2006</para>
52      <itemizedlist>
53        <listitem>
54          <para>[ken] - Add an appendix to discuss OF and Mac issues.</para>
55        </listitem>
56        <listitem>
57          <para>[ken] - Add hfsutils, mktemp, powerpc-utils to the 'boot' option,
58          and put in the detail for building yaboot in that chapter.</para>
59        </listitem>
60      </itemizedlist>
61    </listitem>
62
63    <listitem>
64      <para>May 10, 2006</para>
65      <itemizedlist>
66        <listitem>
67          <para>[ken] - Include the SATA patch for yaboot.</para>
68        </listitem>
69        <listitem>
70          <para>[ken] - Tidy up yaboot.conf, and drop references to pegasos ppc
71          - it seems to need other patch(es) for yaboot, and perhaps different
72          parameters in yaboot.conf.  Also spell Open Firmware as two words.</para>
73        </listitem>
74      </itemizedlist>
75    </listitem>
76
77    <listitem>
78      <para>April 27, 2006</para>
79      <itemizedlist>
80        <listitem>
81          <para>[ken] - Remove references to /usr/local from yaboot man pages.
82          </para>
83        </listitem>
84      </itemizedlist>
85    </listitem>
86
87    <listitem>
88      <para>April 20, 2006</para>
89      <itemizedlist>
90        <listitem>
91          <para>[jim] - Added asm-ppc to the Linux Headers.</para>
92        </listitem>
93      </itemizedlist>
94    </listitem>
95
96    <listitem>
97      <para>March 31, 2006</para>
98      <itemizedlist>
99        <listitem>
100          <para>[ken] - Add alternative command (mkofboot) to install yaboot
101          onto an unformatted partition, thanks to Dragos Ionita for reporting
102          the need for this.</para>
103        </listitem>
104      </itemizedlist>
105    </listitem>
106
107    <listitem>
108      <para>December 19, 2005</para>
109      <itemizedlist>
110        <listitem>
111          <para>[ken] - Remove -D_GNU_SOURCE from final build of patch.</para>
112        </listitem>
113      </itemizedlist>
114    </listitem>
115
116    <listitem>
117      <para>November 20, 2005</para>
118      <itemizedlist>
119        <listitem>
120          <para>[jim] - Updated to parted 1.6.25.1.</para>
121        </listitem>
122      </itemizedlist>
123    </listitem>
124
125    <listitem>
126      <para>November 17, 2005</para>
127      <itemizedlist>
128        <listitem>
129          <para>[ken] - Use a smaller and better patch for powerpc-utils.</para>
130        </listitem>
131      </itemizedlist>
132    </listitem>
133
134    <listitem>
135      <para>November 5, 2005</para>
136      <itemizedlist>
137        <listitem>
138          <para>[ken] - Add example yaboot.conf.</para>
139        </listitem>
140      </itemizedlist>
141    </listitem>
142
143    <listitem>
144      <para>November 4, 2005</para>
145      <itemizedlist>
146        <listitem>
147          <para>[ken] - Add hfsutils and powerpc-utils, needed by yaboot.</para>
148        </listitem>
149      </itemizedlist>
150    </listitem>
151
152    <listitem>
153      <para>October 31, 2005</para>
154      <itemizedlist>
155        <listitem>
156          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
157        </listitem>
158      </itemizedlist>
159    </listitem>
160
161  </itemizedlist>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.