summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-11-08 17:14:44 +0000
committerMatt Wilson <msw@redhat.com>2001-11-08 17:14:44 +0000
commitf2187dbb9803ec35c2a74e1d404001d70182c0d5 (patch)
treeb48f79714f3239eb18e6402c6f0d3af5238fb71c /packages.py
parentea3d14b622b25279066280a68031d6c93a69f813 (diff)
downloadanaconda-f2187dbb9803ec35c2a74e1d404001d70182c0d5.tar.gz
anaconda-f2187dbb9803ec35c2a74e1d404001d70182c0d5.tar.xz
anaconda-f2187dbb9803ec35c2a74e1d404001d70182c0d5.zip
use correct python syntax....
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 1df21ddb7..853ecd366 100644
--- a/packages.py
+++ b/packages.py
@@ -852,7 +852,7 @@ def copyExtraModules(instPath, comps, extraModules):
#Recreate initrd for use when driver disks add modules
def recreateInitrd (kernelTag, instRoot):
- log("recreating initrd for %s" % (kernelTag,)
+ log("recreating initrd for %s" % (kernelTag,))
if iutil.getArch() == 'ia64':
initrd = "/boot/efi/initrd-%s.img" % (kernelTag, )
else: