summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-17 16:57:59 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-17 16:57:59 +0000
commit3364427d3e2c21853e0805b271c9586f111c1f1a (patch)
treec552492fff61ea1a2566a2f09dcb7dc3e3a9f26c /kickstart.py
parent9808f1e701ad26e5d582e01c8f34c04b221f36e7 (diff)
downloadanaconda-3364427d3e2c21853e0805b271c9586f111c1f1a.tar.gz
anaconda-3364427d3e2c21853e0805b271c9586f111c1f1a.tar.xz
anaconda-3364427d3e2c21853e0805b271c9586f111c1f1a.zip
oops, this could never work (#57600)
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index 7c4538243..e607c02ae 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -261,7 +261,7 @@ class KickstartBase(BaseInstallClass):
def doLilo (self, id, args):
self.doBootloader(id, args, useLilo = 1)
- def doLiloCheck (self, args):
+ def doLiloCheck (self, id, args):
drives = isys.hardDriveDict ().keys()
drives.sort(isys.compareDrives)
device = drives[0]