YaST2 Developers Documentation: Bootloader installation and configuration

Bootloader installation and configuration

include/bootloader/generic/section_edit_widgets.ycp
Widgets to create or change the contents of the different types of sections in a boot configuration file

This module has an unstable interface.

Imports

  • BootCommon

Includes

  • bootloader/generic/widget_funcs.ycp

Local Functions

local SE_Init (string widget) -> void

Init function of widget

Parameters:
widget string id of the widget
local SE_Store (string widget, map event) -> void

Store function of a widget

Parameters:
widget string widget key
event map event that caused the operation
local genericSectionEditWidget (string type) -> map<string,any>

Build a map describing a widget

Parameters:
type
Return value:
a map describing a widget