summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-08-16 15:55:17 +0000
committerChris Lumens <clumens@redhat.com>2005-08-16 15:55:17 +0000
commit09b6d6b38a56e04df7a0b3edd5ee750f7b03a08e (patch)
tree121ad470706f6a5a0d3b93a8a29fbd85b3aa622e /iutil.py
parente8ff2ce1038483693be4e72f375b3d725c8ebe30 (diff)
downloadanaconda-09b6d6b38a56e04df7a0b3edd5ee750f7b03a08e.tar.gz
anaconda-09b6d6b38a56e04df7a0b3edd5ee750f7b03a08e.tar.xz
anaconda-09b6d6b38a56e04df7a0b3edd5ee750f7b03a08e.zip
Add support for Pegasos machine (dwmw2, #166013).
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iutil.py b/iutil.py
index dbfda816b..483f5672e 100644
--- a/iutil.py
+++ b/iutil.py
@@ -549,6 +549,7 @@ def getPPCMachine():
ppcType = { 'Mac' : 'PMac',
'Book' : 'PMac',
'CHRP IBM' : 'pSeries',
+ 'Pegasos' : 'Pegasos',
'iSeries' : 'iSeries',
'PReP' : 'PReP',
'CHRP' : 'pSeries',