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/example-rhel-6-netinst-cd.xml | |
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/example-rhel-6-netinst-cd.xml')
-rw-r--r-- | inspector/example-rhel-6-netinst-cd.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/inspector/example-rhel-6-netinst-cd.xml b/inspector/example-rhel-6-netinst-cd.xml new file mode 100644 index 00000000..bcdeebe5 --- /dev/null +++ b/inspector/example-rhel-6-netinst-cd.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<operatingsystems> + <operatingsystem> + <root>/dev/sda</root> + <name>linux</name> + <distro>rhel</distro> + <major_version>6</major_version> + <minor_version>0</minor_version> + <format>installer</format> + <mountpoints> + <mountpoint dev="/dev/sda">/</mountpoint> + </mountpoints> + <filesystems> + <filesystem dev="/dev/sda"> + <type>iso9660</type> + <label>RHEL_6.0 x86_64 boot</label> + </filesystem> + </filesystems> + <applications/> + </operatingsystem> +</operatingsystems> |