diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-01-14 22:20:51 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-01-15 14:35:50 +0000 |
commit | c2f2a2c6769be908b25b0946f39770d09bb6ddc9 (patch) | |
tree | 935887976150c68a282ad21aadf08bf7075ab2da /inspector/Makefile.am | |
parent | 4402e6048fb2a56461f9e4d474fc2f1391248781 (diff) | |
download | libguestfs-c2f2a2c6769be908b25b0946f39770d09bb6ddc9.tar.gz libguestfs-c2f2a2c6769be908b25b0946f39770d09bb6ddc9.tar.xz libguestfs-c2f2a2c6769be908b25b0946f39770d09bb6ddc9.zip |
Add ability to inspect install disks and live CDs.
For examples of the virt-inspector output, see the additional
inspector/example-*.xml files in this commit.
Diffstat (limited to 'inspector/Makefile.am')
-rw-r--r-- | inspector/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/inspector/Makefile.am b/inspector/Makefile.am index 7e366117..24dcdef7 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -21,7 +21,16 @@ EXAMPLE_XML = \ example-debian.xml \ example-fedora.xml \ example-ubuntu.xml \ - example-windows.xml + example-windows.xml \ + example-debian-netinst-cd.xml \ + example-fedora-dvd.xml \ + example-fedora-netinst-cd.xml \ + example-rhel-6-dvd.xml \ + example-rhel-6-netinst-cd.xml \ + example-ubuntu-live-cd.xml \ + example-windows-2003-x64-cd.xml \ + example-windows-2003-x86-cd.xml \ + example-windows-xp-cd.xml EXTRA_DIST = \ run-inspector-locally \ |