Autoinstall |
conftree.ycp |
This module handles the configuration for auto-installation | |
|
|
This module has an unstable interface. |
Imports
Local Functions
|
Creates the group selection box with the specified YaST group selected.
- Parameters:
-
selectedGroup The group to select.
- Return value:
-
The newly created `SelectionBox widget.
Creates the modules selection box displaying modules in the specified group. The specified YaST module is selected.
- Parameters:
-
group_name YaST group of modules to display. selectedModule Module to preselect.
Creates a `VBox containg the summary of the specified module and the action buttons below.
- Parameters:
-
module_name The module to summarize.
- Return value:
-
The `VBox widget.
Sets the high level layout to 3 columns:
- left: the YaST groups are displayed in a selection box - middle: the modules of the selected group are displayed in a selection box - right: the summary of the selected module is displayed, action buttons below
- Parameters:
-
preselectedGroup The YaST group to preselect preselectedModule The module to preselect
Set the group selection box to the specified YaST group.
- Parameters:
-
group_name
Get the currently selected YaST group from the selection box widget.
- Return value:
-
The currently selected group.
Get the currently selected Module from the selection box widget.
- Return value:
-
The currently selected module.
Updates the action button activation status. (Some modules are not clonable, some are not writeable).
- Parameters:
-
selectedModule The module to define the button status.
Set the module selection box to the specified YaST module and update the details and group column.
- Parameters:
-
module_name The module to select.
Update the modules selection box, e.g. after the user selected a different group. Updates the details section also.
Update the details section, e.g. after a different module was selected.
Reset Configuration
- Parameters:
-
resource Module/Resource to reset
Read the setting of the specifed module from the current system.
- Parameters:
-
module_name The module to read in.
Configure module
- Parameters:
-
resource Module/Resource to configure
Sets the menus in the wizard.
Create the complete dialog (called in wizard.ycp and in MainDialog())
- Parameters:
-
currentGroup Group to select. currentModule Module to select.
Show Source
Menu interface