/[smeserver]/rpms/booty/sme8/booty-0.80.6-no-ia64-com-on-vmm.patch
ViewVC logotype

Contents of /rpms/booty/sme8/booty-0.80.6-no-ia64-com-on-vmm.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Apr 14 14:37:20 2009 UTC (15 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: booty-0_80_6-10_el5_sme, booty-0_80_6-5, booty-0_80_6-5_el5_sme_1, booty-0_80_6-10, HEAD
CentOS 5.3 sources

1 From 9c308717567ae0d4e83953fc580bfa7959411acd Mon Sep 17 00:00:00 2001
2 From: Peter Jones <pjones@redhat.com>
3 Date: Tue, 7 Oct 2008 11:03:36 -0400
4 Subject: [PATCH] Don't specify "com=$SPEED" on vmm= line for ia64 (rhbz#465454)
5
6 Apparently ia64 doesn't handle it the same way other arches do.
7 ---
8 bootloaderInfo.py | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/bootloaderInfo.py b/bootloaderInfo.py
12 index 69a6495..975da29 100644
13 --- a/bootloaderInfo.py
14 +++ b/bootloaderInfo.py
15 @@ -329,7 +329,7 @@ class bootloaderInfo:
16 sermap = { "ttyS0": "com1", "ttyS1": "com2",
17 "ttyS2": "com3", "ttyS3": "com4" }
18 if self.serial and sermap.has_key(self.serialDevice) and \
19 - self.serialOptions:
20 + self.serialOptions and rhpl.getArch() != "ia64":
21 hvs = "%s=%s" %(sermap[self.serialDevice],
22 self.serialOptions)
23 else:
24 --
25 1.6.0.1
26

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed