rhinstaller / initial-setup

The Initial Setup utility takes care of post-installation configuration of an installed system.
GNU General Public License v2.0
27 stars 32 forks source link

Don't run installation tasks of add-ons in a meta task #115

Closed poncovka closed 3 years ago

poncovka commented 3 years ago

The UI should be able to handle a failure of an installation task and possibly continue with the installation if the user allows it. That is not possible if we run all installation tasks in one meta task.

Depends on: https://github.com/rhinstaller/anaconda/pull/3146