contrib: Add libguestfs talk.
[libguestfs.git] / contrib / README
1 Random contributions and things which don't fit in anywhere else
2 ----------------------------------------------------------------------
3
4 autobuild/
5         The autobuild script that we use to build and test the
6         tarballs on Debian and elsewhere.
7
8 centos5.3-libguestfs.spec
9         [REMOVED]
10         This used to be a centos5.3 specfile.  Please use the specfile
11         from EL-5 here:
12         http://pkgs.fedoraproject.org/gitweb/?p=libguestfs.git;a=shortlog;h=refs/heads/el5/master
13         or the RHEL 5 source RPMs here:
14         http://libguestfs.org/download/binaries/rhel5-packages/
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://pkgs.fedoraproject.org/gitweb/?p=libguestfs.git
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 intro/ "Slides" for an intro to libguestfs.  This is a short (10-15
32         min) talk that I give to introduce the main features of
33         libguestfs.  The slides are in the form of a complete
34         self-contained HTML page with a handful images that can be
35         easily distributed before the talk.
36
37 visualize-alignment/
38         Tests for visualizing block device reads and writes and
39         alignment using a patched qemu.  See the README file in that
40         directory.