diff options
author | Jeremy Katz <katzj@redhat.com> | 2009-01-08 13:38:47 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2009-01-08 13:38:47 -0500 |
commit | 491124ea03fe5b508d8dac8ae3a8f81cff284550 (patch) | |
tree | ef1709a8be0d8669739653b73249ac6dda5c9728 /anaconda | |
parent | c23fd9466209dbe5f67bfb8a5131489c8cc741f1 (diff) | |
download | anaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.tar.gz anaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.tar.xz anaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.zip |
Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"
This reverts commit 89652b6fbe65e5e7922d743a99b07104d071ef42. This patch
was not reviewed on the list and does not fix any emergency build breakage.
Thus, per policy is being reverted.
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -246,7 +246,6 @@ def parseOptions(): op.add_option("--nomount", dest="rescue_nomount", action="store_true", default=False) op.add_option("--updates", dest="updateSrc", action="store", type="string") op.add_option("--dogtail", dest="dogtail", action="store", type="string") - op.add_option("--dlabel", action="store_true", default=False) return op.parse_args() @@ -669,9 +668,6 @@ if __name__ == "__main__": # Default is to prompt to mount the installed system. anaconda.rescue_mount = not opts.rescue_nomount - if opts.dlabel: #autodetected driverdisc in use - flags.dlabel = True - if opts.noipv4: flags.useIPv4 = False |