YaST2 Developers Documentation: YaST2 OS Repair | ![]() |
![]() functions files intro |
$["init":[ $["description":"No floppy device found", "header":"Probing floppy", "method_name":"", "status":"not_found"], $["description":"Target system initialised", "header":"Init target system", "method_name":"", "status":"detect_ok"]], "mbr_check":[$[ "description":"One hard disk detected: /dev/hda", "header":"Searching for hard disks", "method_name":"find_harddisks", "status":"detect_ok"]]]
Function that creates the shown text in the RichText widget. "Not detected" will be returned if the list is empty. API function.
Function that creates the description for one item. API function.
Updates the contents of the RichText widget. API function.
Changes the summary of the specified module in the RichText widget. For internal use only.
possible values for the key "status" are: "detect_ok", "detect_error", "detect_problem", "repair_ok", "repair_error" and "repair_omit"
Changes the summary of the specified module in the RichText widget. Shows that the rescue system has found no error. Blue font is used for the headline. API function.
Changes the summary of the specified module in the RichText widget. Shows that the rescue system has found no error. Blue font is used for the headline. API function.
Changes the summary of the specified module in the RichText widget. Shows that the rescue system has detected an error. Red font is used for the headline. API function.
Changes the summary of the specified module in the RichText widget. Shows that the rescue system has detected a potential problem. Red font is used for the headline. API function.
Changes the summary of the specified module in the RichText widget. Shows that the rescue system repaired the detected error. ??? font is used for the headline. API function.
Changes the summary of the specified module in the RichText widget. Shows that an error occurred during the repair-process. ??? font is used for the headline. API function.
Changes the summary of the specified module in the RichText widget. Shows that the repair process was omitted by the user. API function.
|
YaST2 Developers Documentation | ![]() |