X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=870ffb69441165e0da0526a841195fcccabb3812;hp=d44fb0603f71143a9af8df7805566724df8084d0;hb=4aa4ecc380edc509aba886417c67d9c39ab51c9a;hpb=0faa5dde7b992ba11bb88f77b3424676c7c492e4 diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index d44fb06..870ffb6 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -154,6 +154,12 @@ val set_path : t -> string -> unit val get_path : t -> string (** get the search path *) +val set_append : t -> string -> unit +(** add options to kernel command line *) + +val get_append : t -> string +(** get the additional kernel options *) + val set_autosync : t -> bool -> unit (** set autosync mode *) @@ -187,6 +193,9 @@ val set_busy : t -> unit val set_ready : t -> unit (** set state to ready *) +val end_busy : t -> unit +(** leave the busy state *) + val mount : t -> string -> string -> unit (** mount a guest disk at a position in the filesystem *)