summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-16 03:23:20 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-16 03:23:20 +0000
commita51764f258d46a2e2f0ae39f25144c6ffabb8804 (patch)
tree18980a7ca91a86f6432dd19e172608ed7c12e8f1 /iutil.py
parent1b2f9fe18937b9f187b7fd77a50c2c7d0f369654 (diff)
downloadanaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.tar.gz
anaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.tar.xz
anaconda-a51764f258d46a2e2f0ae39f25144c6ffabb8804.zip
merge from taroon branch. product.img stuff, md can be modular, lots of
little things across the board
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/iutil.py b/iutil.py
index bc663b51d..c4d716115 100644
--- a/iutil.py
+++ b/iutil.py
@@ -605,8 +605,9 @@ def writeRpmPlatform(root="/"):
if os.access("%s/etc/rpm/macros" %(root,), os.R_OK):
return
if not (rhpl.arch.canonArch.startswith("ppc64") or
- rhpl.arch.canonArch in ("s390x", "sparc64", "x86_64")):
+ rhpl.arch.canonArch in ("s390x", "sparc64", "x86_64", "ia64")):
return
f = open("%s/etc/rpm/macros" %(root,), 'w+')
f.write("%_transaction_color 3\n")
f.close()
+