Check whether the current system setup is a supported configuration
List of Global Functions
DetectedProblems - List detected problems Always run SystemSupported before calling this function
GRUB - GRUB-related check
StringProblems - Formated string of detected problems Always run SystemSupported before calling this function
SystemSupported - Check if the system configuraiton is supported Also sets the founds problems into internal variable Always run this function before calling DetectedProblems()
check_BootDevice - Check if boot partition exist check if not on raid0
List of Global Variables
List detected problems Always run SystemSupported before calling this function
Return value
list<string> - a list of problems, empty if no was found
Formated string of detected problems Always run SystemSupported before calling this function
Return value
string - a list of problems, empty if no was found
Check if the system configuraiton is supported Also sets the founds problems into internal variable Always run this function before calling DetectedProblems()
Return value
boolean - true if supported