|
|||||||||||
|
Re: [SRM] Summary of debian-installer updates for Etch r2
From: Martin Michlmayr <tbm(at)cyrius.com>
Date: Fri Sep 28 2007 - 07:34:06 EDT
I heard there were some objections to this change for a stable update: | 11:29 < Lunar^> 13:42 < zobel> waldi: i read that as: libd-i did not | work for O2's before. now that is added, which is new functionality. SGI O2 machines are fully supported in etch but libd-i neglects to recognize those with a Nevada CPU. Now you could argue this is new functionality but given that etch supports SGI O2 and it doesn't fail in an obvious way on an O2 with a Nevada CPU I'd say this is a bug fix. Also, it's an obvious one liner: Index: subarch-mips-linux.c
static struct cpu system_sgi_o2_cpu[] = {
{ "R5", "r5k-ip32" }, /* match R5000 and R5500 */
- { "R5", "r5k-ip32" },
+ { "Nevada", "r5k-ip32" },
{ "RM7000", "r5k-ip32" },
{ "R10000", "r10k-ip32" },
{ "R12000", "r12k-ip32" },
-- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Fri Sep 28 07:35:10 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 00:27:34 EDT |
||||||||||
|
|||||||||||