Module containing specific functions for LILO configuration and installation
List of Global Functions
BootLILO - Constructor
CreateGlobals - Propose global options of bootloader modifies internal structures
CreateSections - Propose sections to bootloader menu modifies internal sreuctures
FlagOnetimeBoot - Set section to boot on next reboot
GetFunctions - Return map of provided functions
Initializer - Initializer of LILO bootloader
Propose - Propose bootloader settings
Read - Read settings from disk
Save - Save all bootloader configuration files to the cache of the PlugLib PlugLib must be initialized properly !!!
Update - Update read settings to new version of configuration files
Write - Write bootloader settings to disk
List of Global Variables
Propose global options of bootloader modifies internal structures
Return value
void
Propose sections to bootloader menu modifies internal sreuctures
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":BootLILO::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 to the cache of the PlugLib PlugLib must be initialized properly !!!
Function parameters
boolean clean
boolean init
boolean flush
Return value
boolean - true if success