Bootloader installation and configuration |
include/bootloader/generic/boot_loader_location_widget.ycp |
Widgets for configuring the boot loader location | |
|
|
This module has an unstable interface. |
Imports
Includes
Local VariablesLocal Functions |
local
_bll_options
->
map<string,any>
option cache and reader function
local
once_to_mbr
->
boolean
option once propose
local
BLL_options ()
->
map<string,any>
return map of boot loader options from global_options, cache them if necessary
local
BLL_Init (string widget)
->
void
Init function of a widget
- Parameters:
-
widget string widget key
local
BLL_Store (string widget, map event)
->
void
Store function of a widget
- Parameters:
-
widget string widget key event map event that caused the operation
local
BLL_Handle (string key, map event)
->
symbol
Handle function of a widget
- Parameters:
-
key any widget key event map event description of event that occured
- Return value:
-
always nil
local
BLL_Validate (string widget, map event)
->
boolean
Validate function of a widget
- Parameters:
-
widget string widget key event map event that caused validation
- Return value:
-
true if validation succeeded