Bootloader installation and configuration |
autoinstall.ycp |
Bootloader autoinstallation preparation | |
|
|
This module has an unstable interface. |
Imports
Local Functions |
local
UpdateImportedSections (list<map<string,any> > sect)
->
list<map<string,any> >
Add missing data (eg. root filesystem) to sections imported from profile
- Parameters:
-
sect a list of all sections
- Return value:
-
a lit of all updated sections
local
AI2Export (map<string,any> ai)
->
map<string,any>
Translate the autoinstallation map to the Export map
- Parameters:
-
ai a map the autoinstallation map
- Return value:
-
a map the export map
local
Export2AI (map<string,any> exp)
->
map<string,any>
Translate the Export map to the autoinstallation map
- Parameters:
-
exp a map the export map
- Return value:
-
a map the autoinstallation map