Bootloader installation and configuration |
modules/BootELILO.ycp |
Module containing specific functions for ELILO configuration and installation | |
|
|
This module has an unstable interface. |
Imports
Includes
Global VariablesGlobal Functions
Local Variables |
Name of EFI entry when read settings
elilo.conf path
True if EFI entry should be recreated
Is the /sys/firmware/efi directory available?
Return mountpoint of partition holding EFI data
- Return value:
-
mountpoint if partition holding EFI data
Get directory containing elilo.conf relative to EFI partition's root
- Return value:
-
directory containing elilo.conf relative to EFI root
Get path of elilo.conf relative to EFI partition's root
- Return value:
-
path of elilo.conf relative to EFI partition's root
Return path to elilo.conf file
- Return value:
-
path to elilo.conf
Propose sections to bootloader menu modifies internal structures
Propose global options of bootloader modifies internal structures
Export bootloader settings to a map
- Return value:
-
bootloader settings
Import settings from a map
- Parameters:
-
settings map of bootloader settings
Read settings from disk
- Parameters:
-
reread boolean true to force reread settings from system avoid_reading_device_map do not read new device map from file, use internal data
- Return value:
-
true on success
Reset bootloader settings
- Parameters:
-
init
Propose bootloader settings
Save all bootloader configuration files
- Parameters:
-
clean init flush
- Return value:
-
true if success
Display bootloader summary
- Return value:
-
a list of summary lines
Update read settings to new version of configuration files
Install the bootloader, display a popup with log if something goes wrong
- Parameters:
-
command string command to install the bootloader logfile string filename of file used to write bootloader log
- Return value:
-
true on success
Write bootloader settings to disk
- Return value:
-
true on success
Set section to boot on next reboot.
- Parameters:
-
section string section to boot
- Return value:
-
true on success
Return map of provided functions
- Return value:
-
a map of functions (eg. $["write"::Write])
Initializer of ELILO bootloader
Constructor