KIWIFilesystemBuilderBase Info


Public methods

Private methods


new

Create the KIWIFilesystemBuilder object

Defined on line: 53

p_calculateMinImageSize

Calculate the size of the image file to be created for loop mounting

Defined on line: 73

Called in

p_determineImageSize

Return a hash ref with size inodeCnt values. size = argument value if no value is specified in the XML or XML specified value if XML value is larger then argument value or the larger of XML value and absolute minimum if the XML value is smaller than the argument value inodeCnt = 2 * inode count of unpacked image tree or XML-size / inode-ratio The argument is expected to be in Bytes

Defined on line: 103

Called in

p_encryptDevice

Setup the given device for encryption

Defined on line: 290

Called in

p_getBlockData

Return a hash ref containing information about the blocksize blockcount offset The size input unit is expected to be bytes.

Defined on line: 185

Called in

p_getBlockDevice

Return a block device for the image

Defined on line: 217

Called in

p_getFilesystemType

Return the file system

Defined on line: 336

Called in

p_mountDevice

Mount the given device to a generated mount point in the given target directory and return the mount point

Defined on line: 347

Called in

p_removeDirectory

Missing

Defined on line: 404

Called in

p_umount

Unmount device at given mount point

Defined on line: 430

Called in

__convertBytesToMB

Convert the given size in bytes to mega bytes

Defined on line: 501

Called in

__convertToBytes

Convert the given number into bytes based on the given unit

Defined on line: 466

Called in

__getFSMntOptions

Return mount options required by the sepcific file system if they exist

Defined on line: 520

Called in