diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-17 20:24:31 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-17 20:24:31 +0000 |
commit | 0d880bea6222f8229d85a3d1a93f35173613370d (patch) | |
tree | 10af2749d3c8dba1b1ae308b2f89ed59c90d9c54 /anaconda | |
parent | ef280959c4df949964ec17909908515496578ad8 (diff) | |
download | anaconda-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-x | anaconda | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |