YaST2 Developers Documentation: Bootloader installation and configuration



functions
files
intro

Bootloader installation and configuration

bootloader.ycp
Main file of bootloader configuration

Imports

  • BootCommon
  • Bootloader
  • CommandLine
  • Mode
  • Progress
  • RichText
  • Wizard

Includes

  • bootloader/routines/routines.ycp
  • commandline/commandline.ycp

Local Functions

local GuiHandler () -> boolean

CommandLine handler for running GUI

Return value:
true if settings were saved

local BootloaderSummaryHandler (map options) -> boolean

Print summary of basic options

Parameters:
options a list of parameters passed as args
Return value:
false

local BootloaderSetHandler (map options) -> boolean

Set specified option in specified section

Parameters:
options a list of parameters passed as args
Return value:
true on success

local BootloaderDeleteHandler (map options) -> boolean

Delete specified option in specified section

Parameters:
options a list of parameters passed as args
Return value:
true on success

local BootloaderAddHandler (map options) -> boolean

Add a new bootloader section with specified name

Parameters:
options a list of parameters passed as args
Return value:
true on success

local BootloaderPrintHandler (map options) -> boolean

Print the value of specified option of specified section

Parameters:
options a list of parameters passed as args
Return value:
true on success

YaST2 Developers Documentation