diff options
author | Chris Lumens <clumens@redhat.com> | 2007-02-20 17:13:30 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-02-20 17:13:30 +0000 |
commit | 5ee8ed939fc2e7fa83019b0b3803e7d5eff94a49 (patch) | |
tree | 10524de7654452e38172febf3db9f97fc8c88a20 /anaconda | |
parent | 3a06f8fb5041cd18f55db3a7f2b6f9efee601f4a (diff) | |
download | anaconda-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-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |