Module containing specific functions for ZIPL configuration and installation
List of Global Functions
BootZIPL - Constructor
FixSequence - Update bootlaoder configuration sequence
GetFunctions - Return map of provided functions
Initializer - Initializer of S390 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 !!!
Summary - Display bootloader summary
Update - Update read settings to new version of configuration files
UpdateZiplConfBeforeUpdate - Update /etc/zip.conf before the update (fix kernel path)
Write - Write bootloader settings to disk
runSummaryDialog - Empty summary dialog
updateHardwareConfig - Update /etc/sysconfig/hardware configuration Use data from install.inf file
List of Global Variables
Update bootlaoder configuration sequence
Function parameters
map ws_data
Return value
map - modified map of wizard sequencer data
Return map of provided functions
Return value
map<string, any> - a map of functions (eg. $["write":``(BootZIPL::Write ())])
Read settings from disk
Function parameters
boolean reread
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
Update /etc/zip.conf before the update (fix kernel path)
Return value
void