summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-27 08:58:59 -0400
committerChris Lumens <clumens@redhat.com>2008-06-27 08:59:16 -0400
commitadfa32b7ae12e10545c927f71655aaef950013a0 (patch)
treeb2340fed7a16e93db0095d8b5e8a7c62ef89f6b6 /anaconda
parentfad520677a93f6dfbc4af2c6b316f4184c745ad7 (diff)
downloadanaconda-adfa32b7ae12e10545c927f71655aaef950013a0.tar.gz
anaconda-adfa32b7ae12e10545c927f71655aaef950013a0.tar.xz
anaconda-adfa32b7ae12e10545c927f71655aaef950013a0.zip
Rescue mode no longer needs access to a methodstr (#453044).
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 0 insertions, 4 deletions
diff --git a/anaconda b/anaconda
index 94be9ad95..3e825faf8 100755
--- a/anaconda
+++ b/anaconda
@@ -721,10 +721,6 @@ if __name__ == "__main__":
if opts.rescue:
anaconda.rescue = True
- if not anaconda.methodstr:
- sys.stderr.write('--method required for rescue mode\n')
- sys.exit(1)
-
import rescue, instdata
anaconda.id = instdata.InstallData(anaconda, [], opts.display_mode)