27. BootELILO

Module containing specific functions for ELILO configuration and installation

27.1. Summary of Module Globals

List of Global Functions

  • BootELILO - Constructor

  • CreateGlobals - Propose global options of bootloader modifies internal structures

  • CreateSections - Propose sections to bootloader menu modifies internal sreuctures

  • Export - Export bootloader settings to a map

  • GetFunctions - Return map of provided functions

  • Import - Import settings from a map

  • Initializer - Initializer of ELILO bootloader

  • Propose - Propose bootloader settings

  • Read - Read settings from disk

  • Reset - Reset bootloader settings

  • Save - Save all bootloader configuration files

  • Summary - Display bootloader summary

  • Update - Update read settings to new version of configuration files

  • Write - Write bootloader settings to disk

List of Global Variables

27.2. Global Functions

27.2.1. BootELILO

Constructor

Return value

  • void

27.2.2. CreateGlobals

Propose global options of bootloader modifies internal structures

Return value

  • void

27.2.3. CreateSections

Propose sections to bootloader menu modifies internal sreuctures

Return value

  • void

27.2.4. Export

Export bootloader settings to a map

Return value

  • map - bootloader settings

27.2.5. GetFunctions

Return map of provided functions

Return value

  • map - map of functions (eg. $["write":``(BootLILO::Write ())])

27.2.6. Import

Import settings from a map

Function parameters

  • map<string, any> settings

Return value

  • boolean

27.2.7. Initializer

Initializer of ELILO bootloader

Return value

  • void

27.2.8. Propose

Propose bootloader settings

Return value

  • void

27.2.9. Read

Read settings from disk

Function parameters

  • boolean reread

Return value

  • boolean - true on success

27.2.10. Reset

Reset bootloader settings

Function parameters

  • boolean init

Return value

  • void

27.2.11. Save

Save all bootloader configuration files

Function parameters

  • boolean clean

  • boolean init

  • boolean flush

Return value

  • boolean - true if success

27.2.12. Summary

Display bootloader summary

Return value

  • list<string> - a list of summary lines

27.2.13. Update

Update read settings to new version of configuration files

Return value

  • void

27.2.14. Write

Write bootloader settings to disk

Return value

  • boolean - true on success

27.3. Global Variables

27.3.1. create_efi_entry

True if EFI entry should be recreated

27.3.2. efi_entry_name

The name of the entry in the EFI menu

27.3.3. efi_layout_changed

True if the EFI layout was changed

27.3.4. elilo_conf_filename

elilo.conf path

27.3.5. old_efi_entry

Name of EFI entry when read settings

27.3.6. remove_old_efi

Should be original EFI entry removed?

27.4. Module Requirements

27.4.1. Module Imports

  • BootArch
  • BootCommon
  • Kernel
  • Mode
  • Product
  • Product
  • Stage
  • Storage

27.4.2. Module Includes

  • bootloader/elilo/misc.ycp
  • bootloader/elilo/widgets.ycp