X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=4fadd17b94709d5188dfb2aa218ab0fd354ceb7e;hp=63ece157e4affd2bad439af84ca5a7d6d053289a;hb=233530d3541dd67ce8fec7d9677cdf659c9d2900;hpb=33d6e0e7234d8bb1285ed5eac852f4f0a3dd9562 diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 63ece15..4fadd17 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -787,6 +787,10 @@ Debian or a Debian-derived distro such as Ubuntu. Fedora. +=item \"pardus\" + +Pardus. + =item \"redhat-based\" Some Red Hat-derived distro. @@ -1002,6 +1006,22 @@ deprecated C call (q.v.) =back"); + ("inspect_get_windows_systemroot", (RString "systemroot", [Device "root"], []), -1, [], + [], + "get Windows systemroot of inspected operating system", + "\ +This function should only be called with a root device string +as returned by C. + +This returns the Windows systemroot of the inspected guest. +The systemroot is a directory path such as C. + +This call assumes that the guest is Windows and that the +systemroot could be determined by inspection. If this is not +the case then an error is returned. + +Please read L for more details."); + ] (* daemon_functions are any functions which cause some action