Bootloader installation and configuration |
modules/BootSupportCheck.ycp |
Check whether the current system setup is a supported configuration | |
|
|
This module has an unstable interface. |
Imports
Global FunctionsLocal VariablesLocal Functions |
List of problems found during last check
Add a new problem description to the list of found problems
- Parameters:
-
description
List detected problems Always run SystemSupported before calling this function
- Return value:
-
a list of problems, empty if no was found
Formated string of detected problems Always run SystemSupported before calling this function
- Return value:
-
a list of problems, empty if no was found
Check that bootloader is known and supported
Check if elilo is supported
Check that bootloader matches current hardware
Checks for GPT partition table // FIXME adapt for ELILO if needed
Check if boot partition exist check if not on raid0
- Return value:
-
true on success
Check if there is bios_id if not show warning
- Return value:
-
true on success
Check that the root partition is reachable
GRUB-related check
ELILO related check
ZIPL related check
PPC related check
Check if the system configuraiton is supported Also sets the founds problems into internal variable Always run this function before calling DetectedProblems()
- Return value:
-
true if supported