YaST2 Developers Documentation: Bootloader installation and configuration

Bootloader installation and configuration

include/bootloader/elilo/widgets.ycp
Widgets specific for ELILO bootloader
  • Jiri Srain

This module has an unstable interface.

Imports

  • BootCommon
  • Label
  • Mode

Includes

  • bootloader/routines/popups.ycp

Global Functions

Local Variables

Local Functions

global getTargetWidget () -> term

Get widget term

Return value:
widget term
global targetInit (string widget) -> void

Init function of a popup

Parameters:
widget
global targetHandle (string widget, map event) -> symbol

Handle function of widget

Parameters:
widget
event map event that occured
global targetStore (string widget, map event) -> void

Store function of a popup

Parameters:
widget
event
global targetValidate (string widget, map event) -> boolean

Validate function of a popup

Parameters:
widget
event map event that caused validation
Return value:
true if widget settings ok
local _elilo_widgets -> map<string,map<string,any> >

Cache for ppcWidgets function

local Widgets () -> map<string,map<string,any> >

Get widgets specific for ppc

Return value:
a map describing all ppc-specific widgets