diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-15 12:34:18 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-15 12:34:18 +0100 |
commit | 7fe2b338e4102a23ecd2f89b447b7618f0e93312 (patch) | |
tree | 025cf20aad2f85c568fbda1edb76d3cc7c0f3a37 /examples/README | |
parent | 197f0ceeac625a20b923b274c6025eb0ccaeaed1 (diff) | |
download | libguestfs-7fe2b338e4102a23ecd2f89b447b7618f0e93312.tar.gz libguestfs-7fe2b338e4102a23ecd2f89b447b7618f0e93312.tar.xz libguestfs-7fe2b338e4102a23ecd2f89b447b7618f0e93312.zip |
Added to-xml program.
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/README b/examples/README index 4a6c5d41..77bf6a41 100644 --- a/examples/README +++ b/examples/README @@ -4,5 +4,12 @@ libguestfs API. As they are examples, these are licensed so they can be freely copied and used without any restrictions. -Tip: To enable verbose messages, set environment variable +Tips: + +(1) To enable verbose messages, set environment variable LIBGUESTFS_DEBUG=1 + +(2) If you haven't installed libguestfs, run the examples like this: +LIBGUESTFS_PATH=. examples/to-xml +(the path should point to the directory containing vmlinuz.* and +initramfs.* files). |