summaryrefslogtreecommitdiffstats
path: root/inspector
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-10-28 22:32:05 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-28 22:32:05 +0100
commit99ed8d1be7547c3f2c7f7fdd479ab327b5c5ecc5 (patch)
treee92df5c444881135ea9ddb2dba35572d05765a04 /inspector
parent237627df37b97c18362755f646bbe1c4b05ee692 (diff)
downloadlibguestfs-99ed8d1be7547c3f2c7f7fdd479ab327b5c5ecc5.tar.gz
libguestfs-99ed8d1be7547c3f2c7f7fdd479ab327b5c5ecc5.tar.xz
libguestfs-99ed8d1be7547c3f2c7f7fdd479ab327b5c5ecc5.zip
inspector: Debian package format 'deb' instead of 'dpkg'.
Diffstat (limited to 'inspector')
-rw-r--r--inspector/example5.xml2
-rw-r--r--inspector/example6.xml2
-rwxr-xr-xinspector/virt-inspector2
3 files changed, 3 insertions, 3 deletions
diff --git a/inspector/example5.xml b/inspector/example5.xml
index 666248e5..d66bf9fe 100644
--- a/inspector/example5.xml
+++ b/inspector/example5.xml
@@ -44,7 +44,7 @@
<type>swap</type>
</filesystem>
</filesystems>
- <package_format>dpkg</package_format>
+ <package_format>deb</package_format>
<package_management>apt</package_management>
</operatingsystem>
</operatingsystems>
diff --git a/inspector/example6.xml b/inspector/example6.xml
index 52edbcc2..fa6cd96c 100644
--- a/inspector/example6.xml
+++ b/inspector/example6.xml
@@ -20,7 +20,7 @@
<uuid>c0d1b68f-c0f9-4497-a366-938b37532613</uuid>
</filesystem>
</filesystems>
- <package_format>dpkg</package_format>
+ <package_format>deb</package_format>
<package_management>apt</package_management>
</operatingsystem>
</operatingsystems>
diff --git a/inspector/virt-inspector b/inspector/virt-inspector
index a53c76a9..03b01b38 100755
--- a/inspector/virt-inspector
+++ b/inspector/virt-inspector
@@ -264,7 +264,7 @@ sub output_applications
my ($package_format, $package_management);
if (defined $distro) {
if ($distro eq "debian") {
- $package_format = "dpkg";
+ $package_format = "deb";
$package_management = "apt";
}
elsif ($distro eq "fedora") {