From c2f2a2c6769be908b25b0946f39770d09bb6ddc9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 14 Jan 2011 22:20:51 +0000 Subject: 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. --- inspector/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'inspector/Makefile.am') 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 \ -- cgit