diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-11-28 20:40:01 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-28 20:40:01 +0000 |
commit | 7c89d9ef6b37314fb55aabd0c389a9d652acdb0f (patch) | |
tree | 24a9401b1e2da120179721dbbe8426bd703ea9c8 /src/inspect_apps.c | |
parent | f5bfc68fdb3e25b9d75c65e3f5e88983584b25ed (diff) | |
download | libguestfs-7c89d9ef6b37314fb55aabd0c389a9d652acdb0f.tar.gz libguestfs-7c89d9ef6b37314fb55aabd0c389a9d652acdb0f.tar.xz libguestfs-7c89d9ef6b37314fb55aabd0c389a9d652acdb0f.zip |
inspection: Add outline support for GNU/Hurd.
Diffstat (limited to 'src/inspect_apps.c')
-rw-r--r-- | src/inspect_apps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspect_apps.c b/src/inspect_apps.c index c6ddd057..18f2ae36 100644 --- a/src/inspect_apps.c +++ b/src/inspect_apps.c @@ -72,6 +72,7 @@ guestfs__inspect_list_applications (guestfs_h *g, const char *root) if (fs->format == OS_FORMAT_INSTALLED) { switch (fs->type) { case OS_TYPE_LINUX: + case OS_TYPE_HURD: switch (fs->package_format) { case OS_PACKAGE_FORMAT_RPM: #ifdef DB_DUMP |