From e8ecc08f663b44f3d79517affe52f137858dfe00 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 13 May 2009 17:51:14 +0100 Subject: Add 'append', LIBGUESTFS_APPEND to set additional kernel options. --- ocaml/guestfs.mli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ocaml/guestfs.mli') diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 21e6eeb5..870ffb69 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 *) -- cgit