YaST2 Developers Documentation: Bootloader installation and configuration

Bootloader installation and configuration

include/bootloader/zipl/widgets.ycp
Widgets specific for ZIPL bootloader

Imports

  • BootCommon
  • Label
  • Mode
  • TablePopup

Includes

  • bootloader/routines/popups.ycp

Global Functions

Local Variables

Local Functions

local ZIPLTargetInit (string widget) -> void

Init function of widget

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

Store function of a widget

Parameters:
widget string widget key
event map event that caused the operation
local _widgets -> map<string,map<string,any> >

Cache for Widgets function

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

Get widgets specific for ZIPL

Return value:
a map describing all ZIPL-specific widgets