X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=99144f620dda974e7e2b6be45ed74a3befb87b2f;hb=refs%2Ftags%2F0.1.7;hp=b21b50d8c51d76d89893b250603e65792ea9e46b;hpb=e2e705307171a21a413f6ea47baf52d2fb44a6b3;p=guestfs-browser.git diff --git a/README b/README index b21b50d..99144f6 100644 --- a/README +++ b/README @@ -1,7 +1,5 @@ ->>> This is alpha quality software. Read 'HACKING' and 'TODO'. <<< - Guest filesystem browser -Copyright (C) 2010 Red Hat Inc. +Copyright (C) 2010-2011 Red Hat Inc. To compile from source, install the prerequisites (run the ./configure script and it will tell you what's missing). @@ -10,18 +8,14 @@ script and it will tell you what's missing). ./configure make -We strongly suggest you run the program like this: - - guestfs-browser [--verbose] [--write] --connect qemu:///system -or: - guestfs-browser [--verbose] [--write] disk.img - ---verbose enables debug level messages and is recommended. - ---write enables writes to the filesystems and is *not* recommended for -casual users. +NOTE: Versions of libguestfs earlier than the those listed below had a +bug in the OCaml bindings which can cause guestfs-browser to crash +(RHBZ#725824, git commit 2b8b3f9794ceb43eabd). If you get random +segfaults, please make sure you are using libguestfs versions: ---connect tells the program which libvirt URI to connect to. + libguestfs >= 1.13.2 (on development branch) + libguestfs >= 1.12.2 (on stable-1.12 branch) + libguestfs >= 1.10.6 (on stable-1.10 branch) + libguestfs >= 1.8.10 (on stable-1.8 branch) -Note that libguestfs cannot access remote storage, so accessing a -remote libvirt URI will usually not work. +Developers/contributors: Please read the "HACKING" file.