Version 0.0.1
[guestfs-browser.git] / README
1 >>> This is alpha quality software.  Read 'HACKING' and 'TODO'. <<<
2
3 Guest filesystem browser
4 Copyright (C) 2010 Red Hat Inc.
5
6 To compile from source, install the prerequisites (run the ./configure
7 script and it will tell you what's missing).
8
9   autoreconf -i      # if using the git version
10   ./configure
11   make
12
13 We strongly suggest you run the program like this:
14
15   ./guestfs-browser [--verbose] [--write] --connect qemu:///system
16 or:
17   ./guestfs-browser [--verbose] [--write] disk.img
18
19 --verbose enables debug level messages and is recommended.
20
21 --write enables writes to the filesystems and is *not* recommended.
22
23 --connect tells the program which libvirt to connect to, and is
24 required at the moment if you want to use libvirt, because we have not
25 yet implemented the associated menu options.