summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-22 16:56:30 +0000
committerJeremy Katz <katzj@redhat.com>2003-05-22 16:56:30 +0000
commit08330b9472e421322d575710ef9611525dbf10d4 (patch)
tree9879d7e7e51dd0cd276b1123380ed57b1a2f34ef /floppy.py
parent7192d5f45ea2fdaf22d49ae9726509fe4547b503 (diff)
downloadanaconda-08330b9472e421322d575710ef9611525dbf10d4.tar.gz
anaconda-08330b9472e421322d575710ef9611525dbf10d4.tar.xz
anaconda-08330b9472e421322d575710ef9611525dbf10d4.zip
merge to HEAD
Diffstat (limited to 'floppy.py')
-rw-r--r--floppy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/floppy.py b/floppy.py
index 7e6596d1c..0c6917517 100644
--- a/floppy.py
+++ b/floppy.py
@@ -49,14 +49,14 @@ def probeFloppyDevice():
log("anaconda floppy device is %s", fdDevice)
return fdDevice
-def makeBootdisk (intf, dir, floppyDevice, hdList, instPath, bootloader):
+def makeBootdisk (intf, dir, floppyDevice, grpset, instPath, bootloader):
if dir == DISPATCH_BACK:
return DISPATCH_NOOP
if flags.test:
return DISPATCH_NOOP
- kernel = hdList['kernel']
+ kernel = grpset.hdrlist['kernel']
kernelTag = "-%s-%s" % (kernel[rpm.RPMTAG_VERSION],
kernel[rpm.RPMTAG_RELEASE])