generate


Description:

[ Version ( since = "0.2.0" ) ]
public string generate (Os os, InstallConfig config, Cancellable? cancellable = null) throws Error

Creates an install script.

Parameters:

this

the install script

os

the os

config

the install script config

cancellable

a Cancellable, or null

Returns:

the script as string.

If you are generating the script for a specific media, it is recommended that you use generate_for_media() instead.

If you are generating the script for a specific tree, it is recommended that you use generate_for_tree() in instead.