virt-resize: Document guest boot stops at "GRUB" (RHBZ#640961).
[libguestfs.git] / examples / README
1 This directory contains various example programs which use the
2 libguestfs API.
3
4 As they are examples, these are licensed so they can be freely copied
5 and used without any restrictions.
6
7 Tips:
8
9 (1) To enable verbose messages, set environment variable
10 LIBGUESTFS_DEBUG=1
11
12 (2) If you haven't installed libguestfs, run the examples like this:
13 LIBGUESTFS_PATH=appliance examples/to-xml
14 (the path should point to the directory containing vmlinuz.* and
15 initramfs.* files).