summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 0 insertions, 4 deletions
diff --git a/anaconda b/anaconda
index a5b51a15b..a0f2ff16d 100755
--- a/anaconda
+++ b/anaconda
@@ -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