List of Global Functions
Abort - Abort function
CheckPackages - Check if user enabled kdump if no deselect packages for installing if yes add necessary packages for installation
Export - Export kdump settings to a map
GetModified - Prototypes
GetModified - Data was modified?
Import - Import settings from a map
Propose - Propose all kdump settings
Read - Read all kdump settings
SetModified - Set data was modified
Summary - Create a textual summary and a list of unconfigured cards
Write - Write all kdump settings
List of Global Variables
DEFAULT_CONFIG - map of deafult values for options in UI
KDUMP_SETTINGS - map <string, string > of kdump settings
actual_boot_section - String option identify which boot section was used during boot process
add_crashkernel_param - Boolean option indicates add kernel param "crashkernel"
alocated_memory - String option for alocate of memory for boot param "crashkernel"
available_partitions - List of available partiotions with known partition
crashkernel_param_value - String option indicates value of kernel parameter "crashkernel"
import_called - Boolean option indicates that Import() was called and data was proposed
kdump_packages - list of packages for installation
modified - Data was modified?
propose_called - true if propose was called
total_memory - Total available memory [MB]
uknown_fs_partitions - List of available partiotions without filesystem or with uknown
write_only - Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.
Check if user enabled kdump if no deselect packages for installing if yes add necessary packages for installation
Return value
void
Import settings from a map
Function parameters
map settings
Return value
boolean - true on success
Create a textual summary and a list of unconfigured cards
Return value
list<string> - summary of the current configuration