From 43db06ea892cc157324a6b837ca430607441c509 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 22 Apr 2009 09:00:39 +0100 Subject: Allow qemu binary to be overridden at runtime. --- guestfish.pod | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'guestfish.pod') diff --git a/guestfish.pod b/guestfish.pod index f2e45913..9dadc941 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -233,6 +233,12 @@ same effect as using the B<-v> option. Set the path that guestfish uses to search for kernel and initrd.img. See the discussion of paths in L. +=item LIBGUESTFS_QEMU + +Set the default qemu binary that libguestfs uses. If not set, then +the qemu which was found at compile time by the configure script is +used. + =item HOME If compiled with GNU readline support, then the command history -- cgit