KIWIImageBuilderBase Info


Public methods

Private methods


__generateBuildDirName

Construct the name of the work directory for the ImageBuilder to do its work

Defined on line: 310

Called in

getBaseBuildDirectory

Return the path to the build directory that each builder should use to create it's image specific working files and directories.

Defined on line: 91

Called in

getChecksumExtension

Return the file name extension that indicates the checksum algorithm used

Defined on line: 103

Called in

new

Create the KIWIImageBuilder object

Defined on line: 44

p_addCreatedFile

Add the given name to teh creatde file array

Defined on line: 118

Called in

p_createBuildDir

Create a directory for the ImageBuilder to do its work

Defined on line: 144

Called in

p_createChecksumFiles

Create a checksum file for the container

Defined on line: 162

Called in

p_generateChecksum

Create a checksum for the given file

Defined on line: 201

Called in

p_getBaseWorkingDir

Return the name of the base working directory

Defined on line: 243

Called in

p_getCreatedFiles

Return an array ref containing names added with p_addCreatedFiles

Defined on line: 254

Called in

p_runUserImageScript

Execute the images.sh script on the unpacked image tree

Defined on line: 265

Called in

p_writeConfigFile

Write the config file for this image to the given directory

Defined on line: 276