111. Kdump

111.1. Summary of Module Globals

List of Global Functions

List of Global Variables

111.2. Global Functions

111.2.1. Abort

Abort function

Return value

  • boolean - return true if abort

111.2.2. Modified

Prototypes

Return value

  • boolean

111.2.3. Modified

Data was modified?

Return value

  • boolean - true if modified

111.2.4. Read

Read all kdump settings

Return value

  • boolean - true on success

111.2.5. Write

Write all kdump settings

Return value

  • boolean - true on success

111.3. Global Variables

111.3.1. DEFAULT_CONFIG

map of deafult values for options in UI

111.3.2. KDUMP_SETTINGS

map <string, string > of kdump settings

111.3.3. actual_boot_section

String option identify which boot section was used during boot process

111.3.4. add_crashkernel_param

Boolean option indicates add kernel param "crashkernel"

111.3.5. alocated_memory

String option for alocate of memory for boot param "crashkernel"

111.3.6. available_partitions

List of available partiotions with known partition

111.3.7. crashkernel_param_value

String option indicates value of kernel parameter "crashkernel"

111.3.8. modified

Data was modified?

111.3.9. proposal_valid

111.3.10. total_memory

Total available memory

111.3.11. uknown_fs_partitions

List of available partiotions without filesystem or with uknown

111.3.12. write_only

Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

111.4. Module Requirements

111.4.1. Module Imports

  • Arch
  • BootCommon
  • BootCommon
  • Bootloader
  • Map
  • Message
  • Mode
  • Popup
  • Progress
  • Report
  • Service
  • Storage
  • Summary

111.4.2. Module Includes