X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=7edfe6781dc896b76c3b938d0f55c743c63f2704;hp=fdd4ae63ffcd4108520ae121e76ae649fbb43620;hb=5d628a4a9cc11eb9a61a1dc683aadca9ac378736;hpb=e8ecc08f663b44f3d79517affe52f137858dfe00 diff --git a/src/generator.ml b/src/generator.ml index fdd4ae6..7edfe67 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -305,9 +305,6 @@ configure script. You can also override this by setting the C environment variable. -The string C is stashed in the libguestfs handle, so the caller -must make sure it remains valid for the lifetime of the handle. - Setting C to C restores the default qemu binary."); ("get_qemu", (RConstString "qemu", []), -1, [], @@ -328,9 +325,6 @@ Set the path that libguestfs searches for kernel and initrd.img. The default is C<$libdir/guestfs> unless overridden by setting C environment variable. -The string C is stashed in the libguestfs handle, so the caller -must make sure it remains valid for the lifetime of the handle. - Setting C to C restores the default path."); ("get_path", (RConstString "path", []), -1, [], @@ -352,9 +346,6 @@ guest kernel command line. The default is C unless overridden by setting C environment variable. -The string C is stashed in the libguestfs handle, so the caller -must make sure it remains valid for the lifetime of the handle. - Setting C to C means I additional options are passed (libguestfs always adds a few of its own).");