diff options
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 7d46206b..20c34a59 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -546,6 +546,15 @@ Checking or repairing NTFS volumes is not supported This command is entirely equivalent to running C<fsck -a -t fstype device>. +=head2 get-append + + get-append + +Return the additional kernel options which are added to the +guest kernel command line. + +If C<NULL> then no options are added. + =head2 get-autosync get-autosync @@ -949,6 +958,22 @@ command. Remove the single directory C<path>. +=head2 set-append | append + + set-append append + +This function is used to add additional options to the +guest kernel command line. + +The default is C<NULL> unless overridden by setting +C<LIBGUESTFS_APPEND> environment variable. + +The string C<append> is stashed in the libguestfs handle, so the caller +must make sure it remains valid for the lifetime of the handle. + +Setting C<append> to C<NULL> means I<no> additional options +are passed (libguestfs always adds a few of its own). + =head2 set-autosync | autosync set-autosync true|false |