Control of the automatic scan and repair sequence.
List of Global Functions
CheckGroupRequires - check the dependencies for seleced detect groups
Detect - Start detection loop.
DetectGroupList - get value of OSRCommon::detect_group_list
GroupItems - Build item list with all group items.
Init - This method initializes the YaST OS Repair system. It is started at first and builds the main window, initializes the global osr_map and a lot of other data.
Reset - Reset all.
ResetDetect - Reset detect settings.
ResetDetectGroupList - set OSRCommon::detect_group_list to []
ResetDetectionModules - Reset the temporary changes. e.g.: Umount temporary mounted partitions ...
SetDetectGroupList - set new value for OSRCommon::detect_group_list
SetReboot - Prepare for reboot system
SizeDetectGroupList - return size of OSRCommon::detect_group_list
osr_empty - Empty term.
List of Global Variables
next_detect_method - Allowed back jump in a scan and repair sequence error appear.
check the dependencies for seleced detect groups
Return value
list<string>
Build item list with all group items.
Function parameters
boolean mode
Return value
list<term>
This method initializes the YaST OS Repair system. It is started at first and builds the main window, initializes the global osr_map and a lot of other data.
Return value
boolean - True if the initialization progress succeeded.
Reset the temporary changes. e.g.: Umount temporary mounted partitions ...
Return value
boolean
set new value for OSRCommon::detect_group_list
Function parameters
list<string> gl
Return value
void