YaST2 Developers Documentation: Bootloader installation and configuration



functions
files
intro

Bootloader installation and configuration

bootloader_auto.ycp
Bootloader autoinstallation preparation

Imports

  • BootCommon
  • Bootloader
  • Initrd
  • Progress
  • Wizard

Includes

  • bootloader/routines/routines.ycp

Local Functions

local AI2Export (map<string,any> ai) -> map<string,any>

Translate the autoinstallation map to the Export map

Parameters:
ai map the autoinstallation map
Return value:
the export map

local Export2AI (map<string,any> exp) -> map<string,any>

Translate the Export map to the autoinstallation map

Parameters:
exp map the export map
Return value:
the autoinstallation map

Info:

Create a summary return string

Info:

Reset configuration return map or list

Info:

Change configuration return symbol (i.e. `finish || `accept || `next || `cancel || `abort)

Info:

Return configuration data return map or list

Info:

Write configuration data return boolean


YaST2 Developers Documentation