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