inspect: Add detection of Gentoo.
[libguestfs.git] / src / guestfs-internal.h
index e1723a4..6a4a422 100644 (file)
@@ -168,6 +168,7 @@ enum inspect_os_distro {
   OS_DISTRO_WINDOWS,
   OS_DISTRO_PARDUS,
   OS_DISTRO_ARCHLINUX,
+  OS_DISTRO_GENTOO,
 };
 
 struct inspect_fs {