- model: Store precheck status in model
- Refactor sudo user into reusable function
- Enable the partitioning tool button
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
Fixes#417
Also, removed unused variables in Gui struct:
- Removed "model" and "installReboot" variables from Gui struct as they
are not being used.
- Updated log level from warning to errors wherever applicable.
Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
Fixes#416.
After the language is selected, the pre-check page checks if the
prerequisites for the installation are met.
Currently the checks include system compatibility and network
connectivity.
Fixes the progress failure status to show a different color.
Refactored to remove redundant code.
Displays the system check error.
Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>gui: Fixes window resize due to error message
After the user chooses a language (so we can localize the error), pop up
an error if the syscheck fails.
Add a quiet option to syscheck to disable printing to the terminal.
Signed-off-by: Brian J Lovin <brian.j.lovin@intel.com>