COT.helpers.mkisofs module

Give COT access to mkisofs or genisoimage for creating ISO images.

http://cdrecord.org/

class MkIsoFS[source]

Bases: COT.helpers.helper.Helper

Helper provider for mkisofs and/or genisoimage.

http://cdrecord.org/

Methods

install_helper Install mkisofs and/or genisoimage.
create_iso Create a new ISO image at the requested location.
create_iso(file_path, contents)[source]

Create a new ISO image at the requested location.

Parameters:
  • file_path (str) – Desired location of new disk image
  • contents (list) – List of file paths to package into the created image.
install_helper()[source]

Install mkisofs and/or genisoimage.

name[source]

Either mkisofs or genisoimage depending on environment.

path[source]

Find either mkisofs or genisoimage if available.