KIWIXMLOEMConfigData Info


Public methods

Private methods


getAtaRaidScan

Return the setting for the oem-ataraid-scan configuration

Defined on line: 179

Called in

getBootTitle

Return the setting for the oem-boot-title configuration

Defined on line: 212

Called in

getBootwait

Return the setting for the oem-bootwait configuration

Defined on line: 223

Called in

getDataReport

return a hash with OEM keys set to a value

Defined on line: 160

Called in

getDeviceFilter

Return the setting for the oem-device-filter configuration

Defined on line: 234

Called in

getInplaceRecovery

Return the setting for the oem-inplace-recovery configuration

Defined on line: 245

Called in

getKiwiInitrd

Return the setting for the oem-kiwi-initrd configuration

Defined on line: 256

Called in

getMultipathScan

Return the setting for the oem-vmcp-parmfile configuration my $this = shift; return $this->{oem_vmcp_parmfile}; } ========================================== getMultipathScan ------------------------------------------ Return the setting for the oem-multipath-scan configuration

Defined on line: 201

Called in

getPartitionInstall

Return the setting for the oem-partition-install configuration

Defined on line: 267

Called in

getReboot

Return the setting for the oem-reboot configuration

Defined on line: 278

Called in

getRebootInteractive

Return the setting for the oem-reboot-interactive configuration

Defined on line: 289

Called in

getRecovery

Return the setting for the oem-recovery configuration

Defined on line: 300

Called in

getRecoveryID

Return the setting for the oem-recoveryID configuration

Defined on line: 311

Called in

getRecoveryPartSize

Missing

Defined on line: 322

Called in

getShutdown

Return the setting for the oem-shutdown configuration

Defined on line: 330

Called in

getShutdownInteractive

Return the setting for the oem-shutdown-interactive configuration

Defined on line: 341

Called in

getSilentBoot

Return the setting for the oem-silent-boot configuration

Defined on line: 352

Called in

getSilentInstall

Return the setting for the oem-silent-install configuration

Defined on line: 363

Called in

getSilentVerify

Return the setting for the oem-silent-verify configuration

Defined on line: 374

Called in

getSkipVerify

Return the setting for the oem-skip-verify configuration

Defined on line: 385

Called in

getSwap

Return the setting for the oem-swap configuration

Defined on line: 396

Called in

getSwapSize

Return the setting for the oem-swapsize configuration

Defined on line: 407

Called in

getSystemSize

Return the setting for the oem-systemsize configuration

Defined on line: 418

Called in

getUnattended

Return the setting for the oem-unattended configuration

Defined on line: 429

Called in

getUnattendedID

Return the setting for the oem-unattended-id configuration

Defined on line: 440

Called in

getXMLElement

Return an XML Element representing the object's data

Defined on line: 451

new

Create the KIWIXMLOEMConfigData object Internal data structure this = { oem_ataraid_scan = '' oem_vmcp_parmfile = '' oen_multipath_scan = '' oem_boot_title = '' oem_bootwait = '' oem_device_filter = '' 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: 614

setBootTitle

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

Defined on line: 670

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: 690

setDeviceFilter

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

Defined on line: 718

setInplaceRecovery

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

Defined on line: 738

setKiwiInitrd

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

Defined on line: 756

setMultipathScan

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

Defined on line: 652

setPartitionInstall

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

Defined on line: 774

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: 792

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: 820

setRecovery

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

Defined on line: 850

setRecoveryID

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

Defined on line: 868

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: 895

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: 924

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: 952

setSilentBoot

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

Defined on line: 981

setSilentInstall

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

Defined on line: 999

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: 1017

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: 1042

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: 1067

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: 1091

setSystemSize

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

Defined on line: 1111

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: 1129

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: 1155

setVmcpParmFile

Set the oem_vmcp_parmfile attribute, if called with no argument the attribute is erased.

Defined on line: 632

__isInitConsistent

Verify initialization consistency and validity requirements

Defined on line: 1177

Called in

__noConflictingSettingPostInst

Verify that the post install option settings to not conflict

Defined on line: 1204

Called in

__noConflictingSettingSwap

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

Defined on line: 1234

Called in

__noConflictingSettingUnattended

Verify that the settings for unattended install do not conflict

Defined on line: 1256

Called in

__noConflictingSettingVerify

Verify that the settings for image verification do not conflict

Defined on line: 1279

Called in