KIWIXMLOEMConfigData Info


Public methods

Private methods


__isInitConsistent

Verify initialization consistency and validity requirements

Defined on line: 1097

Called in

__noConflictingSettingPostInst

Verify that the post install option settings to not conflict

Defined on line: 1124

Called in

__noConflictingSettingSwap

Verify that the swap settings (swap and swapsize) do not conflict

Defined on line: 1154

Called in

__noConflictingSettingUnattended

Verify that the settings for unattended install do not conflict

Defined on line: 1176

Called in

__noConflictingSettingVerify

Verify that the settings for image verification do not conflict

Defined on line: 1199

Called in

getAtaRaidScan

Return the setting for the oem-ataraid-scan configuration

Defined on line: 173

Called in

getBootTitle

Return the setting for the oem-boot-title configuration

Defined on line: 195

Called in

getBootwait

Return the setting for the oem-bootwait configuration

Defined on line: 206

Called in

getDataReport

return a hash with OEM keys set to a value

Defined on line: 154

Called in

getInplaceRecovery

Return the setting for the oem-inplace-recovery configuration

Defined on line: 217

Called in

getKiwiInitrd

Return the setting for the oem-kiwi-initrd configuration

Defined on line: 228

Called in

getMultipathScan

Return the setting for the oem-multipath-scan configuration

Defined on line: 184

Called in

getPartitionInstall

Return the setting for the oem-partition-install configuration

Defined on line: 239

Called in

getReboot

Return the setting for the oem-reboot configuration

Defined on line: 250

Called in

getRebootInteractive

Return the setting for the oem-reboot-interactive configuration

Defined on line: 261

Called in

getRecovery

Return the setting for the oem-recovery configuration

Defined on line: 272

Called in

getRecoveryID

Return the setting for the oem-recoveryID configuration

Defined on line: 283

Called in

getRecoveryPartSize

Missing

Defined on line: 294

Called in

getShutdown

Return the setting for the oem-shutdown configuration

Defined on line: 302

Called in

getShutdownInteractive

Return the setting for the oem-shutdown-interactive configuration

Defined on line: 313

Called in

getSilentBoot

Return the setting for the oem-silent-boot configuration

Defined on line: 324

Called in

getSilentInstall

Return the setting for the oem-silent-install configuration

Defined on line: 335

Called in

getSilentVerify

Return the setting for the oem-silent-verify configuration

Defined on line: 346

Called in

getSkipVerify

Return the setting for the oem-skip-verify configuration

Defined on line: 357

Called in

getSwap

Return the setting for the oem-swap configuration

Defined on line: 368

Called in

getSwapSize

Return the setting for the oem-swapsize configuration

Defined on line: 379

Called in

getSystemSize

Return the setting for the oem-systemsize configuration

Defined on line: 390

Called in

getUnattended

Return the setting for the oem-unattended configuration

Defined on line: 401

Called in

getUnattendedID

Return the setting for the oem-unattended-id configuration

Defined on line: 412

Called in

getXMLElement

Return an XML Element representing the object's data

Defined on line: 423

new

Create the KIWIXMLOEMConfigData object Internal data structure this = { oem_ataraid_scan = '' oen_multipath_scan = '' oem_boot_title = '' oem_bootwait = '' oem_inplace_recovery = '' oem_kiwi_initrd = '' oem_partition_install = '' oem_reboot = '' oem_reboot_interactive = '' oem_recovery = '' oem_recoveryID = '' oem_recoveryPartSize = '' oem_shutdown = '' oem_shutdown_interactive = '' oem_silent_boot = '' oem_silent_install = '' oem_silent_verify = '' oem_skip_verify = '' oem_swap = '' oem_swapsize = '' oem_systemsize = '' oem_unattended = '' oem_unattended_id = '' }

Defined on line: 40

Called in

setAtaRaidScan

Set the oem_ataraid_scan attribute, if called with no argument the value is set to false.

Defined on line: 574

setBootTitle

Set the oem_boot_title attribute, if called with no argument the attribute is erased

Defined on line: 610

setBootwait

Set the oem_bootwait attribute, if called with no argument the value is set to false. If called with an argument all other potentially conflicting settings are set to false

Defined on line: 630

setInplaceRecovery

Set the oem_inplace_recovery attribute, if called with no argument the value is set to false.

Defined on line: 658

setKiwiInitrd

Set the oem_kiwi_initrd attribute, if called with no argument is given the value is set to false.

Defined on line: 676

setMultipathScan

Set the oem_multipath_scan attribute, if called with no argument the value is set to false.

Defined on line: 592

setPartitionInstall

Set the oem_partition_install attribute, if called with no argument is given the value is set to false.

Defined on line: 694

setReboot

Set the reboot attribute, if called with no argument the value is set to false. If called with an argument all other potentially conflicting settings are set to false

Defined on line: 712

setRebootInteractive

Set the oem_reboot_interactive attribute, if called with no argument the value is set to false. If called with an argument all other potentially conflicting settings are set to false

Defined on line: 740

setRecovery

Set the recovery attribute, if called with no argument the value is set to false.

Defined on line: 770

setRecoveryID

Set the recoveryID attribute, if called with no argument the attribute is removed

Defined on line: 788

setRecoveryPartSize

Set the recovery partition size attribute, if called with no argument the attribute is removed. Argument is expected to be a string or numeric value

Defined on line: 815

setShutdown

Set the shutdown attribute, if called with no argument the value is set to false. If called with an argument all other potentially conflicting settings are set to false

Defined on line: 844

setShutdownInteractive

Set the oem_shutdown_interactive attribute, if called with no argument the value is set to false. If called with an argument all other potentially conflicting settings are set to false

Defined on line: 872

setSilentBoot

Set the oem_silent_boot attribute, if called with no argument the value is set to false.

Defined on line: 901

setSilentInstall

Set the oem_silent_install attribute, if called with no argument the value is set to false.

Defined on line: 919

setSilentVerify

Set the oem_silent_verify attribute, if called with no argument the value is set to false. If called with an argument all other potentially conflicting settings are set to false

Defined on line: 937

setSkipVerify

Set the oem_skip_verify attribute, if called with no argument the value is set to false. If called with an argument all other potentially conflicting settings are set to false

Defined on line: 962

setSwap

Set the swap attribute, if called with no argument the value is set to false and the swapsize attribute is removed

Defined on line: 987

Called in

setSwapSize

Set the oem_swapsize attribute, if called with no argument the attribute is removed and the swap attribute is set to false

Defined on line: 1011

setSystemSize

Set the oem_systemsize attribute, if called with no argument the attribute is removed

Defined on line: 1031

setUnattended

Set the unattended attribute, if called with no argument the value is set to false the oem_unattended_id attribute is removed

Defined on line: 1049

setUnattendedID

Set the oem_unattended_id attribute, if called with no argument the attribute is removed and the unattended attribute is set to false.

Defined on line: 1075