generate_for_media
Description:
[ Version ( since = "0.2.12" ) ]
public string generate_for_media (Media media, InstallConfig config, Cancellable? cancellable = null) throws Error
public string generate_for_media (Media media, InstallConfig config, Cancellable? cancellable = null) throws Error
Creates an install script.
The media media
must have been identified successfully using
identify_media() before calling this function.
Parameters:
this |
the install script |
media |
the media |
config |
the install script config |
cancellable |
a Cancellable, or null |
Returns:
the script as string. |