summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-17 20:24:31 +0000
committerMatt Wilson <msw@redhat.com>1999-08-17 20:24:31 +0000
commit0d880bea6222f8229d85a3d1a93f35173613370d (patch)
tree10af2749d3c8dba1b1ae308b2f89ed59c90d9c54 /anaconda
parentef280959c4df949964ec17909908515496578ad8 (diff)
downloadanaconda-0d880bea6222f8229d85a3d1a93f35173613370d.tar.gz
anaconda-0d880bea6222f8229d85a3d1a93f35173613370d.tar.xz
anaconda-0d880bea6222f8229d85a3d1a93f35173613370d.zip
you now just call intf.run () - it calls todo.doInstall (), etc
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda10
1 files changed, 0 insertions, 10 deletions
diff --git a/anaconda b/anaconda
index fada6db8b..bf5975836 100755
--- a/anaconda
+++ b/anaconda
@@ -226,16 +226,6 @@ try:
todo = ToDo(intf, method, rootPath, installSystem = installPackages,
setupFilesystems = setupFilesystems)
intf.run(todo)
- todo.doInstall(intf)
- intf.messageWindow (_("Complete"),
- _("Congratulations, installation is complete.\n\n"
- "Remove the boot media and "
- "press return to reboot. For information on fixes which are "
- "available for this release of Red Hat Linux, consult the "
- "Errata available from http://www.redhat.com.\n\n"
- "Information on configuring your system is available in the post "
- "install chapter of the Official Red Hat Linux User's Guide."))
-
except:
(type, value, tb) = sys.exc_info()
import traceback