8 Commits

Author SHA1 Message Date
Mark D Horn 52de0593c8 Remove EFI hard requirement
clr-boot-manager can now support booting in legacy mode on bare metal.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2020-02-27 15:06:20 -08:00
Mark D Horn 1cf1dcc955 syscheck: Fix a spelling error
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2019-09-10 18:11:07 -07:00
Auke Kok 6188c0e391 Disable AES checks.
We're well into disabling AES as a requirement at this point and
have done the needed recompiles. At this point we're needlessly
slowing down for little use - AES issues are quickly fixed if
found.
2019-09-09 14:34:40 -07:00
Reagan Lopez d65510b833 gui: Introduces a pre-check page
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
2019-06-27 16:47:03 -07:00
Reagan Lopez fc2bc1806c Remove hardcoding filename in localization files
Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2019-05-22 17:40:06 -07:00
Brian J Lovin cdc969c3b0 syscheck: Localize syscheck and dialog
Add localization strings to proper files and correct calls to insert
these strings where necessary for syscheck and for the dialog when the
user's system fails.

Signed-off-by: Brian J Lovin <brian.j.lovin@intel.com>
2019-05-15 19:01:54 -07:00
Brian J Lovin dbeeda502c gui: Add error popup on syscheck failures
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>
2019-05-15 19:01:54 -07:00
Brian J Lovin d9c915b94f Add system checker command line option
Add a new command line option --system-check.

When run with this option, run a system chcker and exit with a 0 or 1
for passing/failing.

Checks for required CPU features using procfs and EFI firmware using
sysfs. Prints status and results to stdout.

Signed-off-by: Brian J Lovin brian.j.lovin@intel.com
2019-04-24 16:56:14 -07:00