KIWIConfigure Info


Public methods


new

Create a new KIWIConfigure object which is used to provide different image configuration functions. Configurations are done within the pyhsical extend

Defined on line: 43

Called in

quoteFile

ensure proper quoting of the given file

Defined on line: 851

Called in

quoteshell

Enclosing characters in double quotes preserves the literal value of all characters within the quotes, with the exception of $, `, \, and, when history expansion is enabled, !.

Defined on line: 836

Called in

setupAugeasImport

Apply configuration data from an augeas XML export requires augeas and augeas-lenses to be installed as part of the appliance. For the format of the augeas XML schema please refer to the augeas documentation and/or take a look at: 'augtool dump-xml /files/*'

Defined on line: 324

Called in

setupAugeasTraverse

Missing

Defined on line: 409

Called in

setupAutoYaST

This function will make use of the autoyast system and setup the image to call the autoyast automatically on first boot of the system. To activate the call of yast on first boot the file /var/lib/YaST2/runme_at_boot is created. Please note according to the YaST people this is not the preferred method of calling YaST to perform tasks on first boot. Use the function setupFirstBootYaST below which uses yast2-firstboot to do the job

Defined on line: 97

Called in

setupFirstBootAnaconda

This function activates the RHEL firstboot mechanism. So far I did not find a way to tell firstboot what modules it should call. firstboot is activated if the file config-anaconda-firstboot exists as part of your image description

Defined on line: 151

Called in

setupFirstBootYaST

This function is based on the yast2-firstboot functionality which is a service which will be enabled by insserv. The firstboot service uses a different xml format than the autoyast system. According to this the input file has a different name. the firstboot input file is preferred over the config-yast-autoyast.xml file

Defined on line: 190

Called in

setupGroups

Missing

Defined on line: 447

Called in

setupHWclock

Setup the configuration for the HW clock timezone

Defined on line: 496

setupKeyboardMap

Setup the configuration for the keyboard

Defined on line: 527

setupLocale

Setup the configuration for the locale

Defined on line: 554

setupRecoveryArchive

Missing

Defined on line: 583

Called in

setupTimezone

Setup the configuration for the timezone

Defined on line: 702

setupUsers

Missing

Defined on line: 730

Called in