summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-09-09 16:34:48 +0000
committerJeremy Katz <katzj@redhat.com>2002-09-09 16:34:48 +0000
commit8980dc588ed8af76e7d8d5456bf47a1577b7b079 (patch)
treee00d62f7d00abe973ccdc8ef9786315eac6e35bb /packages.py
parent4b4925ef0b47fc7d4e6d95fc3a098810b4f4bcb8 (diff)
downloadanaconda-8980dc588ed8af76e7d8d5456bf47a1577b7b079.tar.gz
anaconda-8980dc588ed8af76e7d8d5456bf47a1577b7b079.tar.xz
anaconda-8980dc588ed8af76e7d8d5456bf47a1577b7b079.zip
merge ia64 changes to HEAD
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index ad1af24f4..6b49af316 100644
--- a/packages.py
+++ b/packages.py
@@ -1090,7 +1090,7 @@ def copyExtraModules(instPath, comps, extraModules):
def recreateInitrd (kernelTag, instRoot):
log("recreating initrd for %s" % (kernelTag,))
if iutil.getArch() == 'ia64':
- initrd = "/boot/efi/initrd-%s.img" % (kernelTag, )
+ initrd = "/boot/efi/EFI/redhat/initrd-%s.img" % (kernelTag, )
else:
initrd = "/boot/initrd-%s.img" % (kernelTag, )