summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-01-16 19:58:13 +0000
committerChris Lumens <clumens@redhat.com>2007-01-16 19:58:13 +0000
commit8bda00c30726d98f58e392eb66be12b25a7368df (patch)
tree651a964c73db8ddbab60a0a7f127d9f075f80334 /bootloader.py
parent3527054f5d13b747a35d88cd9536eae2899bf82b (diff)
downloadanaconda-8bda00c30726d98f58e392eb66be12b25a7368df.tar.gz
anaconda-8bda00c30726d98f58e392eb66be12b25a7368df.tar.xz
anaconda-8bda00c30726d98f58e392eb66be12b25a7368df.zip
Oh crap, support for new pykickstart is here. This is too large to explain
in a CVS commit message so just read the ChangeLog or look at the diff. Most of it is just code reorganization and it's mostly contained in kickstart.py.
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py
index 12c0cae84..46b8178d5 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -41,7 +41,7 @@ def bootloaderSetupChoices(anaconda):
return
if anaconda.id.ksdata:
- anaconda.id.bootloader.updateDriveList(anaconda.id.ksdata.bootloader["driveorder"])
+ anaconda.id.bootloader.updateDriveList(anaconda.id.ksdata.bootloader.driveorder)
else:
anaconda.id.bootloader.updateDriveList()