On Wed, Sep 06, 2006 at 04:03:45PM +0200, Geert Stappers wrote:
> On Wed, Sep 06, 2006 at 02:57:44PM +0200, Sven Luther wrote:
> > Package: base-installer
> > Tags: d-i patch
> > 
> > 
> > As the subject says, kernel-installer doesn't know about power5+ cpus. The
> > attached patch does fix this, and joins a cpuinfo for a pseries 710 machine.
> 
> > Index: powerpc.sh
> > ===================================================================
> > --- powerpc.sh      (revision 40490)
> > +++ powerpc.sh      (working copy)
> > @@ -1,7 +1,7 @@
> >  arch_get_kernel_flavour () {
> >     CPU=`grep '^cpu[[:space:]]*:' "$CPUINFO" | head -n1 | cut -d: -f2 | sed 
> > 's/^ *//; s/[, ].*//' | tr A-Z a-z`
> >     case "$CPU" in
> > -           power3|i-star|s-star|power4|power4+|ppc970*|power5)
> > +           power3|i-star|s-star|power4|power4+|ppc970*|power5|power5+)
> >                     family=powerpc64
> >                     ;;
> >             *)
> 
> Which text should go into the changelog?

Damn, i forgot that one :

Index: debian/changelog
===================================================================
--- debian/changelog    (revision 40490)
+++ debian/changelog    (working copy)
@@ -14,8 +14,11 @@
     untranslatable.
   * Suppress a spurious "dmsetup: not found" error.

- -- dann frazier <[EMAIL PROTECTED]>  Tue, 22 Aug 2006 09:29:45 -0600
+  [ Sven Luther ]
+  * [powerpc] Added support for IBM Power5+ cpus.

+ -- Sven Luther <[EMAIL PROTECTED]>  Wed,  6 Sep 2006 14:52:41 +0200
+
 base-installer (1.66) unstable; urgency=low

   [ Joey Hess ]

Sorry.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to