YaST2 OS Repair |
OSRSummary.ycp |
|
|
This module has an unstable interface. |
Imports
Global Functions
Local VariablesLocal Functions |
$["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.
- Parameters:
-
items
- Return value:
-
Th»e formatted text.
Function that creates the description for one item.
API function.
- Parameters:
-
name description status
- Return value:
-
The formatted text.
Updates the contents of the RichText widget.
API function.
- Return value:
-
True if the RichText widget was changed successfully.
Changes the summary of the specified module in the RichText widget.
For internal use only.
- Parameters:
-
header description
- Return value:
-
True if the RichText widget was updated successfully.
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.
- Parameters:
-
header description
- Return value:
-
True if the RichText widget was updated successfully.
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.
- Parameters:
-
header description
- Return value:
-
True if the RichText widget was updated successfully.
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.
- Parameters:
-
header description
- Return value:
-
True if the RichText widget was updated successfully.
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.
- Parameters:
-
header description
- Return value:
-
True if the RichText widget was updated successfully.
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.
- Parameters:
-
header description
- Return value:
-
True if the RichText widget was updated successfully.
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.
- Parameters:
-
header description
- Return value:
-
True if the RichText widget was updated successfully.
Changes the summary of the specified module in the RichText widget. Shows that the repair process was omitted by the user.
API function.
- Parameters:
-
header description
- Return value:
-
True if the RichText widget was updated successfully.