embdgen.plugins.content.Ext4Content

class embdgen.plugins.content.Ext4Content.Ext4Content[source]

Bases: BinaryContent

Ext4 Content

CONTENT_TYPE = 'ext4'
content: FilesContentProvider | None

Files, that are added to the filesystem

prepare() None[source]

Prepare content

This should calculate the size of the content and generate any files / information required by the owning class.

do_write(file: BufferedIOBase)[source]