diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-12-17 16:57:59 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-12-17 16:57:59 +0000 |
commit | 3364427d3e2c21853e0805b271c9586f111c1f1a (patch) | |
tree | c552492fff61ea1a2566a2f09dcb7dc3e3a9f26c /kickstart.py | |
parent | 9808f1e701ad26e5d582e01c8f34c04b221f36e7 (diff) | |
download | anaconda-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.py | 2 |
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] |