>>> This is alpha quality software. Read 'HACKING' and 'TODO'. <<< Guest filesystem browser Copyright (C) 2010 Red Hat Inc. To compile from source, install the prerequisites (run the ./configure script and it will tell you what's missing). autoreconf -i # if using the git version ./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. --connect tells the program which libvirt to connect to, and is required at the moment if you want to use libvirt, because we have not yet implemented the associated menu options.