summaryrefslogtreecommitdiffstats
path: root/inspector
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-12 10:20:39 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-12 10:21:15 +0100
commita996f0d370d883374dbe2448f57b72966d20514e (patch)
tree03f8fe1a7865ed93cb6d81550ff098bbf06aec76 /inspector
parent6c276606d7cd124b2a0fcf50526bfa89142144d5 (diff)
downloadlibguestfs-a996f0d370d883374dbe2448f57b72966d20514e.tar.gz
libguestfs-a996f0d370d883374dbe2448f57b72966d20514e.tar.xz
libguestfs-a996f0d370d883374dbe2448f57b72966d20514e.zip
inspector: Fix incorrect arch in example-ubuntu.xml.
Diffstat (limited to 'inspector')
-rw-r--r--inspector/example-ubuntu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inspector/example-ubuntu.xml b/inspector/example-ubuntu.xml
index ab08b0cf..71432f3b 100644
--- a/inspector/example-ubuntu.xml
+++ b/inspector/example-ubuntu.xml
@@ -3,7 +3,7 @@
<operatingsystem>
<root>/dev/sda2</root>
<name>linux</name>
- <arch>i386</arch>
+ <arch>x86_64</arch>
<distro>ubuntu</distro>
<product_name>Ubuntu 10.10 (Phony Pharaoh)</product_name>
<major_version>10</major_version>