summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-02-20 17:13:30 +0000
committerChris Lumens <clumens@redhat.com>2007-02-20 17:13:30 +0000
commit5ee8ed939fc2e7fa83019b0b3803e7d5eff94a49 (patch)
tree10524de7654452e38172febf3db9f97fc8c88a20 /anaconda
parent3a06f8fb5041cd18f55db3a7f2b6f9efee601f4a (diff)
downloadanaconda-5ee8ed939fc2e7fa83019b0b3803e7d5eff94a49.tar.gz
anaconda-5ee8ed939fc2e7fa83019b0b3803e7d5eff94a49.tar.xz
anaconda-5ee8ed939fc2e7fa83019b0b3803e7d5eff94a49.zip
Updated for new pykickstart organization. This is basically just moving
all the command objects back out of the handler and into their own things.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 4bc4315af..5bdcaf2b9 100755
--- a/anaconda
+++ b/anaconda
@@ -906,7 +906,7 @@ if __name__ == "__main__":
if anaconda.isKickstart:
kickstart.processKickstartFile(anaconda, opts.ksfile)
# We need to copy the VNC-related kickstart stuff into the new ksdata
- anaconda.id.ksdata.Vnc(enabled=vncksdata.enabled, host=vncksdata.host,
+ anaconda.id.ksdata.vnc(enabled=vncksdata.enabled, host=vncksdata.host,
password=vncksdata.password, port=vncksdata.port)
anaconda.setDispatch()