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>
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>
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