diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-16 17:46:50 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-16 18:36:33 +0000 |
commit | 9d3f336152ba9390ed2b27579c4b625d46e3c50d (patch) | |
tree | 5fc173223452bad1eb9557eb99787ba1542ac5a7 /inspector/example-debian.xml | |
parent | fcc631dedb894379cde01af563df3f6a364db7cb (diff) | |
download | libguestfs-9d3f336152ba9390ed2b27579c4b625d46e3c50d.tar.gz libguestfs-9d3f336152ba9390ed2b27579c4b625d46e3c50d.tar.xz libguestfs-9d3f336152ba9390ed2b27579c4b625d46e3c50d.zip |
inspector: Replace old examples with ones derived from phony images.
Diffstat (limited to 'inspector/example-debian.xml')
-rw-r--r-- | inspector/example-debian.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/inspector/example-debian.xml b/inspector/example-debian.xml new file mode 100644 index 00000000..185cf0f9 --- /dev/null +++ b/inspector/example-debian.xml @@ -0,0 +1,60 @@ +<operatingsystems> + <operatingsystem> + <root>/dev/debian/root</root> + <name>linux</name> + <arch>x86_64</arch> + <distro>debian</distro> + <product_name>5.0.1</product_name> + <major_version>5</major_version> + <minor_version>0</minor_version> + <package_format>deb</package_format> + <package_management>apt</package_management> + <mountpoints> + <mountpoint dev="/dev/debian/root">/</mountpoint> + <mountpoint dev="/dev/debian/usr">/usr</mountpoint> + <mountpoint dev="/dev/debian/var">/var</mountpoint> + <mountpoint dev="/dev/debian/home">/home</mountpoint> + <mountpoint dev="/dev/sda1">/boot</mountpoint> + </mountpoints> + <filesystems> + <filesystem dev="/dev/debian/home"> + <type>ext2</type> + <uuid>01234567-0123-0123-0123-012345678905</uuid> + </filesystem> + <filesystem dev="/dev/debian/root"> + <type>ext2</type> + <uuid>01234567-0123-0123-0123-012345678902</uuid> + </filesystem> + <filesystem dev="/dev/debian/usr"> + <type>ext2</type> + <uuid>01234567-0123-0123-0123-012345678903</uuid> + </filesystem> + <filesystem dev="/dev/debian/var"> + <type>ext2</type> + <uuid>01234567-0123-0123-0123-012345678904</uuid> + </filesystem> + <filesystem dev="/dev/sda1"> + <type>ext2</type> + <label>BOOT</label> + <uuid>01234567-0123-0123-0123-012345678901</uuid> + </filesystem> + </filesystems> + <applications> + <application> + <name>test1</name> + <version>1.2.3</version> + <release>1</release> + </application> + <application> + <name>test2</name> + <version>1.2.3</version> + <release>1</release> + </application> + <application> + <name>test3</name> + <version>1.2.3</version> + <release>1</release> + </application> + </applications> + </operatingsystem> +</operatingsystems> |