[ Version ( since = "1.0.26" ) ]
public bool set_append (string? append) throws Error
add options to kernel command line
This function is used to add additional options to the libguestfs appliance kernel command line.
The default is NULL unless overridden by setting LIBGUESTFS_APPEND environment variable.
Setting append to NULL means *no* additional options are passed (libguestfs always adds a few of its own).
| this |
A GuestfsSession object |
|
true on success, false on error |