diff options
author | Bill Nottingham <notting@redhat.com> | 2008-03-27 14:01:44 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-03-27 14:01:44 -0400 |
commit | 1b305e2134ef0e14f8006757b05e14f7e8e290f1 (patch) | |
tree | 334c9dec835175d0fc0a34fc105ff4324c3a7a64 /anaconda | |
parent | 553ec4d717c73c43c24071fad93366ab7abe62a2 (diff) | |
parent | 9d92f7edc5a8167b92626efbb8494f924c69f9a8 (diff) | |
download | anaconda-1b305e2134ef0e14f8006757b05e14f7e8e290f1.tar.gz anaconda-1b305e2134ef0e14f8006757b05e14f7e8e290f1.tar.xz anaconda-1b305e2134ef0e14f8006757b05e14f7e8e290f1.zip |
Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -675,6 +675,11 @@ if __name__ == "__main__": if opts.method[0] == '@': expandFTPMethod(opts) + # FIXME: this is terrible, but it gets the desired behavior without + # requiring scary loader changes at this point + if flags.cmdline.has_key("stage2") and flags.cmdline.has_key("method"): + opts.method = flags.cmdline["method"] + anaconda.setMethodstr(opts.method) if opts.module: |