List of Global Functions
Abort - Abort function
AutoPackages - Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Export - Dump the reipl settings to a single map (For use by autoinstallation.)
FindBootPartition - Returns the parameters of the boot partition that was found where the MBR was located.
FindSysfsRoot - Find where sysfs has been mounted.
Import - Get all reipl settings from the first parameter (For use by autoinstallation.)
Modified - Has the user modified the dialog values?
Modified - Data was modified?
ModifyReiplWithBootPartition - Returns the reipl configuration passed in with what it should be for the detected boot partition.
Read - Read all reipl settings
ReadState - Read all reipl settings
SanityCheck - Check to see if reipl is supported by the kernel.
SetModified - Indicate that the data was modified
Summary - Create a textual summary and a list of unconfigured cards
Write - Write all reipl settings
WriteState - Write all reipl setting to the firmware
List of Global Variables
modified - Data was modified?
write_only - Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.
Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Return value
map - with 2 lists.
Dump the reipl settings to a single map (For use by autoinstallation.)
Return value
map - Dumped settings (later acceptable by Import ())
Returns the parameters of the boot partition that was found where the MBR was located.
Return value
list<string> - a list of parameters
Get all reipl settings from the first parameter (For use by autoinstallation.)
Function parameters
map settings
Return value
boolean - True on success
Has the user modified the dialog values?
Return value
boolean - return true if modified
Returns the reipl configuration passed in with what it should be for the detected boot partition.
Function parameters
map <string, any> configuration
Return value
map <string, any> - a map of the new target configuration.
Check to see if reipl is supported by the kernel.
Return value
boolean - true if support exists.
Create a textual summary and a list of unconfigured cards
Return value
list - summary of the current configuration