Module containing specific functions for ELILO configuration and installation
Joachim Plack <jplack@suse.de>
Jiri Srain <jsrain@suse.cz>
Andreas Schwab <schwab@suse.de>
Olaf Dabrunz <od@suse.de>
Philipp Thomas <pth@suse.de>
List of Global Functions
BootELILO - Constructor
CreateGlobals - Propose global options of bootloader modifies internal structures
CreateSections - Propose sections to bootloader menu modifies internal structures
Export - Export bootloader settings to a map
FlagBootDefaultOnce - Set section to boot on next reboot.
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
getEfiMountPoint - Return mountpoint of partition holding EFI data
getEliloConfFilename - Return path to elilo.conf file
getEliloConfSubdir - Get directory containing elilo.conf relative to EFI partition's root
getEliloConfSubpath - Get path of elilo.conf relative to EFI partition's root
List of Global Variables
added_label_to_efi - bnc #450682 - adding boot entry to EFI true is label was added
create_efi_entry - True if EFI entry should be recreated
elilo_conf_filename - elilo.conf path
old_efi_entry - Name of EFI entry when read settings
Propose global options of bootloader modifies internal structures
Return value
void
Propose sections to bootloader menu modifies internal structures
Return value
void
Set section to boot on next reboot.
Function parameters
string section
Return value
boolean - true on success
Return map of provided functions
Return value
map<string, any> - a map of functions (eg. $["write"::Write])
Read settings from disk
Function parameters
boolean reread
boolean avoid_reading_device_map
Return value
boolean - true on success
Save all bootloader configuration files
Function parameters
boolean clean
boolean init
boolean flush
Return value
boolean - true if success
Return mountpoint of partition holding EFI data
Return value
string - mountpoint if partition holding EFI data
Get directory containing elilo.conf relative to EFI partition's root
Return value
string - directory containing elilo.conf relative to EFI root