set_append
Description:
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).
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |