inspect: Abstract the wrapper that sets up Augeas.
[libguestfs.git] / contrib / README
1 Random contributions and things which don't fit in anywhere else
2 ----------------------------------------------------------------------
3
4 centos5.3-libguestfs.spec
5         [REMOVED]
6         This used to be a centos5.3 specfile.  Please use the specfile
7         from EL-5 here:
8         http://cvs.fedoraproject.org/viewvc/rpms/libguestfs/EL-5/
9
10 dependency-diagram/
11         A "dot" file (for graphviz) which describes the dependencies
12         between the many different components of the libguestfs
13         ecosystem.  Good place to get started if you want to jump
14         into the code.
15
16 febootstrap/
17         [REMOVED]
18         An experimental, non-working attempt to use febootstrap
19         to install operating systems.
20
21 fedora-libguestfs.spec
22         [REMOVED]
23         This used to be a Fedora 10+ specfile.  Please use the specfile
24         from Fedora instead:
25         http://cvs.fedoraproject.org/viewvc/rpms/libguestfs/devel/
26
27 guestfsd-in-wine.sh
28         Run a Windows-compiled guestfsd under Wine.  Read the
29         instructions at the top of this file carefully.
30
31 visualize-alignment
32         Tests for visualizing block device reads and writes and
33         alignment using a patched qemu.  See the README file in that
34         directory.