YaST2 Developers Documentation: Bootloader installation and configuration



functions
files
intro

Bootloader installation and configuration

autoinstall.ycp
Bootloader autoinstallation preparation

Imports

  • BootCommon
  • Bootloader
  • Initrd
  • Kernel
  • Mode
  • Product

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

YaST2 Developers Documentation